aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-01 20:55:09 +0000
committerJustin Clarke Casey2008-10-01 20:55:09 +0000
commit231b8c2a670144a60a0ff77f47fed6f142f8ef0b (patch)
tree2fac9588f99ffeb53b3b42ee5a3ee1dc05517009 /OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
parent* Try bumping packet resend timeout up to 2 seconds instead of 1 (diff)
downloadopensim-SC_OLD-231b8c2a670144a60a0ff77f47fed6f142f8ef0b.zip
opensim-SC_OLD-231b8c2a670144a60a0ff77f47fed6f142f8ef0b.tar.gz
opensim-SC_OLD-231b8c2a670144a60a0ff77f47fed6f142f8ef0b.tar.bz2
opensim-SC_OLD-231b8c2a670144a60a0ff77f47fed6f142f8ef0b.tar.xz
* minor: Comment out temporarily statistical counter I accidentally left in from the last commit
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
index ca0882d..7571400 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs
@@ -81,7 +81,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
81 private static readonly ILog m_log 81 private static readonly ILog m_log
82 = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 82 = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
83 83
84 private int m_resentCount; 84 //private int m_resentCount;
85 85
86 // Packet queues 86 // Packet queues
87 // 87 //