aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mb-throttle-test'Mic Bowman2014-12-301-17/+42
|\
| * Another technique inspired by some of the newer flow control algorithms... ra...Mic Bowman2014-12-301-11/+17
| * Change the effect of successfully acknowledged packets to bump theMic Bowman2014-12-291-4/+4
| * Enable runtime configuration of the minimum rate for adaptiveMic Bowman2014-12-291-16/+35
* | minor: correct sent -> set in TokenBucket.RequestedDripRate method docJustin Clark-Casey (justincc)2014-12-301-1/+1
|/
* Fix recent regression where adaptive throttles stopped adjusting.Justin Clark-Casey (justincc)2014-11-251-17/+17
* Fix setting of max scene throttle so that setting it restricts the child clie...Justin Clark-Casey (justincc)2014-11-251-26/+33
* Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)2014-11-251-38/+84
* Use automatic properties for Parent and TotalDripRequest in TokenBucket to ma...Justin Clark-Casey (justincc)2014-11-251-32/+21
* Remove the unnecessary intermediate total token bucket.Justin Clark-Casey (justincc)2014-11-251-4/+1
* minor: Remove compiler warnings from unused fields in TokenBucketJustin Clark-Casey (justincc)2014-11-251-3/+0
* Add "debug lludp throttle set" command to allow setting of parameters at runtimeJustin Clark-Casey (justincc)2014-11-251-2/+2
* Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"...Justin Clark-Casey (justincc)2014-10-021-12/+21
* In "show throttles", show the maximum drip rate. This shows whether a client ...Oren Hurvitz2014-07-211-9/+9
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-07-301-3/+4
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+393