diff options
author | UbitUmarov | 2014-08-29 13:26:30 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-29 13:26:30 +0100 |
commit | 438798202fc1f578864a2796cb8a66b3199a77e0 (patch) | |
tree | 1441a7b0bf38eda38a75d0f5dfadaa312a10d5ed /OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | |
parent | disable first drip (diff) | |
download | opensim-SC-438798202fc1f578864a2796cb8a66b3199a77e0.zip opensim-SC-438798202fc1f578864a2796cb8a66b3199a77e0.tar.gz opensim-SC-438798202fc1f578864a2796cb8a66b3199a77e0.tar.bz2 opensim-SC-438798202fc1f578864a2796cb8a66b3199a77e0.tar.xz |
replace the tick() by a limit on the maximum number of tokens that can be
acumulated ( variable named BurtRate, not exactly a rate...)
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs index e760513..89a9401 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | |||
@@ -616,8 +616,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
616 | { | 616 | { |
617 | // No packets in this queue. Fire the queue empty callback | 617 | // No packets in this queue. Fire the queue empty callback |
618 | // if it has not been called recently | 618 | // if it has not been called recently |
619 | |||
620 | bucket.Tick(); // tick the bucket | ||
621 | emptyCategories |= CategoryToFlag(i); | 619 | emptyCategories |= CategoryToFlag(i); |
622 | } | 620 | } |
623 | } | 621 | } |