aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
diff options
context:
space:
mode:
authorMelanie2011-10-25 01:35:51 +0100
committerMelanie2011-10-25 01:35:51 +0100
commit0b833c458a0c27c349b54bcb7caef62e4f375921 (patch)
tree439386646c09a188f3a0a767ceb64afa7795113d /OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
parentMerge commit '36e73dbc9b7fb46885865f5537c43a29239fd559' into bigmerge (diff)
parentminor: insert some commented out log lines which are a blunt but useful instr... (diff)
downloadopensim-SC_OLD-0b833c458a0c27c349b54bcb7caef62e4f375921.zip
opensim-SC_OLD-0b833c458a0c27c349b54bcb7caef62e4f375921.tar.gz
opensim-SC_OLD-0b833c458a0c27c349b54bcb7caef62e4f375921.tar.bz2
opensim-SC_OLD-0b833c458a0c27c349b54bcb7caef62e4f375921.tar.xz
Merge commit 'c5826d589ab2f33a71105bc2d3015ffbb7dd2973' into bigmerge
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs')
-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 3802482..c951071 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
@@ -602,8 +602,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
602 602
603 RTO = rto; 603 RTO = rto;
604 604
605 //m_log.Debug("[LLUDPCLIENT]: Setting agent " + this.Agent.FullName + "'s RTO to " + RTO + "ms with an RTTVAR of " + 605 //if (RTO != rto)
606 // RTTVAR + " based on new RTT of " + r + "ms"); 606 // m_log.Debug("[LLUDPCLIENT]: Setting RTO to " + RTO + "ms from " + rto + "ms with an RTTVAR of " +
607 //RTTVAR + " based on new RTT of " + r + "ms");
607 } 608 }
608 609
609 /// <summary> 610 /// <summary>