aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
index 84c0d03..89a9401 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
@@ -217,7 +217,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
217 m_maxRTO = maxRTO; 217 m_maxRTO = maxRTO;
218 218
219 // Create a token bucket throttle for this client that has the scene token bucket as a parent 219 // Create a token bucket throttle for this client that has the scene token bucket as a parent
220 // 2500000 bits/s max
221 m_throttleClient = new AdaptiveTokenBucket(parentThrottle, rates.Total, rates.AdaptiveThrottlesEnabled); 220 m_throttleClient = new AdaptiveTokenBucket(parentThrottle, rates.Total, rates.AdaptiveThrottlesEnabled);
222 // Create a token bucket throttle for the total categary with the client bucket as a throttle 221 // Create a token bucket throttle for the total categary with the client bucket as a throttle
223 m_throttleCategory = new TokenBucket(m_throttleClient, 0); 222 m_throttleCategory = new TokenBucket(m_throttleClient, 0);