aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketThrottle.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-12-17 09:30:56 +0000
committerMelanie Thielker2008-12-17 09:30:56 +0000
commit02a28a699200be6f877d5de8174a33c62837d46c (patch)
tree5ae53d7d41bfe750437a130ad10d15d38bd0d801 /OpenSim/Region/ClientStack/LindenUDP/LLPacketThrottle.cs
parentAvoid sending DisableSimulator event to the root agent upon logout. (diff)
downloadopensim-SC_OLD-02a28a699200be6f877d5de8174a33c62837d46c.zip
opensim-SC_OLD-02a28a699200be6f877d5de8174a33c62837d46c.tar.gz
opensim-SC_OLD-02a28a699200be6f877d5de8174a33c62837d46c.tar.bz2
opensim-SC_OLD-02a28a699200be6f877d5de8174a33c62837d46c.tar.xz
Avoid checking the throttle limit for empty queues
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketThrottle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketThrottle.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketThrottle.cs
index 5037ea5..f73892a 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketThrottle.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketThrottle.cs
@@ -115,4 +115,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP
115 } 115 }
116 } 116 }
117 } 117 }
118} \ No newline at end of file 118}