aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-393/+0
* Removed debug message in the token bucket codeMic Bowman2011-04-251-1/+1
* Cleaned up various configuration options. Removed the category throttleMic Bowman2011-04-251-4/+15
* Set the initial rate for the adaptive throttle to 160KpbsMic Bowman2011-04-221-4/+6
* Add some locking on the child list for the token bucketMic Bowman2011-04-211-15/+22
* Adds the first pass at an adaptive throttle to slow start newMic Bowman2011-04-201-16/+76
* Remove the call to remove tokens from the parent. Under heavy loadMic Bowman2011-04-151-5/+4
* New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman2011-04-121-104/+196
* Fix the negative number problem in TokenBucket. mantis #5365Diva Canto2011-02-091-5/+4
* More detection of negatives.Diva Canto2011-02-091-0/+3
* Detect negative dripAmounts in TokenBuckets. These negatives result from over...Diva Canto2011-02-091-0/+3
* Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie2010-05-271-1/+1
* Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-1/+1
* Committing Jim's optimization to replace the 20ms sleep in outgoing packet ha...John Hurliman2009-10-211-6/+10
* * Added a sanity check to GetScriptAssemblies() and GetScriptStates() for the...John Hurliman2009-10-201-0/+213