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