aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/TokenBucket.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | int64, etc. Limite brust bytes to the total rate client requested times a look ahead estimation time, Avoid queues starvation with updates waiting...
* 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
| | | | acumulated ( variable named BurtRate, not exactly a rate...)
* 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
| | | | region with a lot of contents. Should not affect much average rates.
* add some functions for estimation of number of bytes that can be send in a ↵UbitUmarov2014-08-281-0/+5
| | | | category in specified time
* 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