aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* make m_minimumDripRate a bit larger than mtu. Add a bucket space check that ...UbitUmarov2015-11-101-1/+6
* let minimum wqburst be a bit larger than MTUUbitUmarov2015-09-221-2/+2
* removed a protocol breaking lludp debug option that no one should try, chang...UbitUmarov2015-09-221-1/+1
* seems to compile ( tests comented out)UbitUmarov2015-09-021-232/+39
* bad merge?UbitUmarov2015-09-011-41/+178
|\
| * void time change between gettime callsUbitUmarov2014-09-021-4/+3
| * *needs testing, not that good* change throttles math using floats and notUbitUmarov2014-09-021-97/+64
| * reduce burstUbitUmarov2014-08-291-1/+1
| * replace the tick() by a limit on the maximum number of tokens that can beUbitUmarov2014-08-291-13/+39
| * disable first dripUbitUmarov2014-08-291-1/+1
| * try to reduce insane high data rate udp bursts. This needs testing on aUbitUmarov2014-08-281-1/+9
| * add some functions for estimation of number of bytes that can be send in a c...UbitUmarov2014-08-281-0/+5
* | 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