index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
Linden
/
UDP
/
TokenBucket.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-26
/
+26
2016-11-21
work around some warnings
UbitUmarov
1
-8
/
+14
2016-11-18
put back skip of first drip call
UbitUmarov
1
-1
/
+1
2016-11-08
change the clock source on tokenBucket
UbitUmarov
1
-13
/
+11
2015-11-21
add a missing override
UbitUmarov
1
-3
/
+3
2015-11-10
make m_minimumDripRate a bit larger than mtu. Add a bucket space check that ...
UbitUmarov
1
-1
/
+6
2015-09-22
let minimum wqburst be a bit larger than MTU
UbitUmarov
1
-2
/
+2
2015-09-22
removed a protocol breaking lludp debug option that no one should try, chang...
UbitUmarov
1
-1
/
+1
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
1
-232
/
+39
2014-12-30
Another technique inspired by some of the newer flow control algorithms... ra...
Mic Bowman
1
-11
/
+17
2014-12-29
Change the effect of successfully acknowledged packets to bump the
Mic Bowman
1
-4
/
+4
2014-12-29
Enable runtime configuration of the minimum rate for adaptive
Mic Bowman
1
-16
/
+35
2014-12-30
minor: correct sent -> set in TokenBucket.RequestedDripRate method doc
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-11-25
Fix recent regression where adaptive throttles stopped adjusting.
Justin Clark-Casey (justincc)
1
-17
/
+17
2014-11-25
Fix setting of max scene throttle so that setting it restricts the child clie...
Justin Clark-Casey (justincc)
1
-26
/
+33
2014-11-25
Fix an issue where specifying both max client and server outgoing UDP throttl...
Justin Clark-Casey (justincc)
1
-38
/
+84
2014-11-25
Use automatic properties for Parent and TotalDripRequest in TokenBucket to ma...
Justin Clark-Casey (justincc)
1
-32
/
+21
2014-11-25
Remove the unnecessary intermediate total token bucket.
Justin Clark-Casey (justincc)
1
-4
/
+1
2014-11-25
minor: Remove compiler warnings from unused fields in TokenBucket
Justin Clark-Casey (justincc)
1
-3
/
+0
2014-11-25
Add "debug lludp throttle set" command to allow setting of parameters at runtime
Justin Clark-Casey (justincc)
1
-2
/
+2
2014-10-02
Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"...
Justin Clark-Casey (justincc)
1
-12
/
+21
2014-09-02
void time change between gettime calls
UbitUmarov
1
-4
/
+3
2014-09-02
*needs testing, not that good* change throttles math using floats and not
UbitUmarov
1
-97
/
+64
2014-08-29
reduce burst
UbitUmarov
1
-1
/
+1
2014-08-29
replace the tick() by a limit on the maximum number of tokens that can be
UbitUmarov
1
-13
/
+39
2014-08-29
disable first drip
UbitUmarov
1
-1
/
+1
2014-08-28
try to reduce insane high data rate udp bursts. This needs testing on a
UbitUmarov
1
-1
/
+9
2014-08-28
add some functions for estimation of number of bytes that can be send in a c...
UbitUmarov
1
-0
/
+5
2014-07-21
In "show throttles", show the maximum drip rate. This shows whether a client ...
Oren Hurvitz
1
-9
/
+9
2011-07-30
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-3
/
+4
2011-04-30
First stab at cleaning up Caps. Compiles. Untested.
Diva Canto
1
-0
/
+0
2011-04-25
Removed debug message in the token bucket code
Mic Bowman
1
-1
/
+1
2011-04-25
Cleaned up various configuration options. Removed the category throttle
Mic Bowman
1
-4
/
+15
2011-04-22
Set the initial rate for the adaptive throttle to 160Kpbs
Mic Bowman
1
-4
/
+6
2011-04-21
Add some locking on the child list for the token bucket
Mic Bowman
1
-15
/
+22
2011-04-20
Adds the first pass at an adaptive throttle to slow start new
Mic Bowman
1
-16
/
+76
2011-04-15
Remove the call to remove tokens from the parent. Under heavy load
Mic Bowman
1
-5
/
+4
2011-04-13
New tokenbucket algorithm. This one provides fair sharing of the queues
Mic Bowman
1
-104
/
+196
2011-04-12
New tokenbucket algorithm. This one provides fair sharing of the queues
Mic Bowman
1
-104
/
+196
2011-04-11
New tokenbucket algorithm. This one provides fair sharing of the queues
Mic Bowman
1
-104
/
+196
2011-02-09
Fix the negative number problem in TokenBucket. mantis #5365
Diva Canto
1
-5
/
+4
2011-02-09
More detection of negatives.
Diva Canto
1
-0
/
+3
2011-02-09
Detect negative dripAmounts in TokenBuckets. These negatives result from over...
Diva Canto
1
-0
/
+3
2010-12-13
It turns out that the 1/2 sec burst for prims download is not a bug, but a fe...
Diva Canto
1
-11
/
+2
2010-12-13
This may have been the biggest, baddest bug in OpenSim ever... confusion betw...
Diva Canto
1
-2
/
+11
2010-05-27
fix hanging output throttle arithmetic
Mike Rieker
1
-39
/
+27
2010-05-28
Apply Mike's TokenBucket fix
Melanie Thielker
1
-39
/
+27
2010-05-27
Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"
Melanie
1
-1
/
+1
2010-05-27
Comment noisy "CONNECTION DEBUGGING" messages, because they push more
Melanie Thielker
1
-1
/
+1
2009-10-21
Committing Jim's optimization to replace the 20ms sleep in outgoing packet ha...
John Hurliman
1
-6
/
+10
[next]