diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | 5 |
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> |