diff options
author | John Hurliman | 2009-10-23 01:11:40 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-23 01:11:40 -0700 |
commit | 53bf479bab05e689b1403a27a175bedad379ea6d (patch) | |
tree | a2d47a2475a5f1d689efa0a18ffaddde7c9bf4d5 /OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |
parent | Experimental change to use an immutable array for iterating ScenePresences, a... (diff) | |
download | opensim-SC_OLD-53bf479bab05e689b1403a27a175bedad379ea6d.zip opensim-SC_OLD-53bf479bab05e689b1403a27a175bedad379ea6d.tar.gz opensim-SC_OLD-53bf479bab05e689b1403a27a175bedad379ea6d.tar.bz2 opensim-SC_OLD-53bf479bab05e689b1403a27a175bedad379ea6d.tar.xz |
Commented out noisy debugging about resent packets (normal) and agents setting throttles (normal)
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 734471e..2973d4b 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -405,7 +405,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
405 | 405 | ||
406 | if (expiredPackets != null) | 406 | if (expiredPackets != null) |
407 | { | 407 | { |
408 | m_log.Debug("[LLUDPSERVER]: Resending " + expiredPackets.Count + " packets to " + udpClient.AgentID + ", RTO=" + udpClient.RTO); | 408 | //m_log.Debug("[LLUDPSERVER]: Resending " + expiredPackets.Count + " packets to " + udpClient.AgentID + ", RTO=" + udpClient.RTO); |
409 | 409 | ||
410 | // Resend packets | 410 | // Resend packets |
411 | for (int i = 0; i < expiredPackets.Count; i++) | 411 | for (int i = 0; i < expiredPackets.Count; i++) |