aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-12 19:35:40 +0100
committerJustin Clark-Casey (justincc)2011-10-12 19:35:40 +0100
commitc5826d589ab2f33a71105bc2d3015ffbb7dd2973 (patch)
tree1b4c50e7f68cff2424d89cf4f2f5b968a0618c64 /OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-c5826d589ab2f33a71105bc2d3015ffbb7dd2973.zip
opensim-SC_OLD-c5826d589ab2f33a71105bc2d3015ffbb7dd2973.tar.gz
opensim-SC_OLD-c5826d589ab2f33a71105bc2d3015ffbb7dd2973.tar.bz2
opensim-SC_OLD-c5826d589ab2f33a71105bc2d3015ffbb7dd2973.tar.xz
minor: insert some commented out log lines which are a blunt but useful instrument to see packet expiry and received acks
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
index 31cc515..ffa3be4 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
@@ -592,8 +592,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
592 592
593 RTO = rto; 593 RTO = rto;
594 594
595 //m_log.Debug("[LLUDPCLIENT]: Setting agent " + this.Agent.FullName + "'s RTO to " + RTO + "ms with an RTTVAR of " + 595 //if (RTO != rto)
596 // RTTVAR + " based on new RTT of " + r + "ms"); 596 // m_log.Debug("[LLUDPCLIENT]: Setting RTO to " + RTO + "ms from " + rto + "ms with an RTTVAR of " +
597 //RTTVAR + " based on new RTT of " + r + "ms");
597 } 598 }
598 599
599 /// <summary> 600 /// <summary>