aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/Tests/ThrottleTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-6/+11
* Comment out the debugging statements added in the last commit. KeepingMic Bowman2014-12-301-4/+4
* Fix the throttle tests. Remove the hardcoded constant multipliers andMic Bowman2014-12-301-9/+11
* Change the effect of successfully acknowledged packets to bump theMic Bowman2014-12-291-2/+2
* Fix recent regression where adaptive throttles stopped adjusting.Justin Clark-Casey (justincc)2014-11-251-14/+28
* Fix setting of max scene throttle so that setting it restricts the child clie...Justin Clark-Casey (justincc)2014-11-251-23/+43
* Add request drip rate to assertions for token bucket regression testsJustin Clark-Casey (justincc)2014-11-251-12/+14
* Add regression tests for token buckets on their ownJustin Clark-Casey (justincc)2014-11-251-1/+49
* Make regression throttle tests consistently test target and max throttle sett...Justin Clark-Casey (justincc)2014-11-251-136/+62
* Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)2014-11-251-2/+160
* extend TestClientThrottleRegionLimited for 2 clients after testing 1. Rename...Justin Clark-Casey (justincc)2014-11-251-25/+71
* Add regression test TestClientThrottleRegionLimited() for testing simple beha...Justin Clark-Casey (justincc)2014-11-251-2/+50
* factor out common throttle setting byte[] array construction in ThrottleTests.Justin Clark-Casey (justincc)2014-11-251-44/+43
* Add regression test TestClientThrottleLimited() for throttle behaviour when a...Justin Clark-Casey (justincc)2014-11-251-0/+58
* minor: disable logging in regression test TestClientThrottleSetNoLimitJustin Clark-Casey (justincc)2014-11-251-1/+1
* Add basic regression test ThrottleTests.TestClientThrottleSetNoLimitJustin Clark-Casey (justincc)2014-11-251-0/+106