aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-30minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-3/+4
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto1-0/+0
2011-04-25Removed debug message in the token bucket codeMic Bowman1-1/+1
2011-04-25Cleaned up various configuration options. Removed the category throttleMic Bowman1-4/+15
2011-04-22Set the initial rate for the adaptive throttle to 160KpbsMic Bowman1-4/+6
2011-04-21Add some locking on the child list for the token bucketMic Bowman1-15/+22
2011-04-20Adds the first pass at an adaptive throttle to slow start newMic Bowman1-16/+76
2011-04-15Remove the call to remove tokens from the parent. Under heavy loadMic Bowman1-5/+4
2011-04-13New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman1-104/+196
2011-04-12New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman1-104/+196
2011-04-11New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman1-104/+196
2011-02-09Fix the negative number problem in TokenBucket. mantis #5365Diva Canto1-5/+4
2011-02-09More detection of negatives.Diva Canto1-0/+3
2011-02-09Detect negative dripAmounts in TokenBuckets. These negatives result from over...Diva Canto1-0/+3
2010-12-13It turns out that the 1/2 sec burst for prims download is not a bug, but a fe...Diva Canto1-11/+2
2010-12-13This may have been the biggest, baddest bug in OpenSim ever... confusion betw...Diva Canto1-2/+11
2010-05-27Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie1-1/+1
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-1/+1
2009-10-21Committing Jim's optimization to replace the 20ms sleep in outgoing packet ha...John Hurliman1-6/+10
2009-10-20* Added a sanity check to GetScriptAssemblies() and GetScriptStates() for the...John Hurliman1-0/+213