Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | void time change between gettime calls | UbitUmarov | 2014-09-02 | 1 | -4/+3 |
| | |||||
* | *needs testing, not that good* change throttles math using floats and not | UbitUmarov | 2014-09-02 | 1 | -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 burst | UbitUmarov | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | replace the tick() by a limit on the maximum number of tokens that can be | UbitUmarov | 2014-08-29 | 1 | -13/+39 |
| | | | | acumulated ( variable named BurtRate, not exactly a rate...) | ||||
* | disable first drip | UbitUmarov | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | try to reduce insane high data rate udp bursts. This needs testing on a | UbitUmarov | 2014-08-28 | 1 | -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 ↵ | UbitUmarov | 2014-08-28 | 1 | -0/+5 |
| | | | | category in specified time | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-07-30 | 1 | -3/+4 |
| | |||||
* | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 1 | -0/+393 |