diff options
author | Justin Clarke Casey | 2008-10-01 20:55:09 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-01 20:55:09 +0000 |
commit | 231b8c2a670144a60a0ff77f47fed6f142f8ef0b (patch) | |
tree | 2fac9588f99ffeb53b3b42ee5a3ee1dc05517009 | |
parent | * Try bumping packet resend timeout up to 2 seconds instead of 1 (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs | 2 |
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 | // |