aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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