minor: insert some commented out log lines which are a blunt but useful instrument to see packet expiry and received acks

This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-12 19:35:40 +01:00
parent 36e73dbc9b
commit c5826d589a
3 changed files with 12 additions and 3 deletions

View File

@@ -592,8 +592,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
RTO = rto;
//m_log.Debug("[LLUDPCLIENT]: Setting agent " + this.Agent.FullName + "'s RTO to " + RTO + "ms with an RTTVAR of " +
// RTTVAR + " based on new RTT of " + r + "ms");
//if (RTO != rto)
// m_log.Debug("[LLUDPCLIENT]: Setting RTO to " + RTO + "ms from " + rto + "ms with an RTTVAR of " +
//RTTVAR + " based on new RTT of " + r + "ms");
}
/// <summary>