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 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> |