Uncommented the resend log line so the previous commit can be seen in action

0.6.8-post-fixes
John Hurliman 2009-10-23 01:33:43 -07:00
parent ac0acb0296
commit 37f7277378
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (expiredPackets != null)
{
//m_log.Debug("[LLUDPSERVER]: Resending " + expiredPackets.Count + " packets to " + udpClient.AgentID + ", RTO=" + udpClient.RTO);
m_log.Debug("[LLUDPSERVER]: Resending " + expiredPackets.Count + " packets to " + udpClient.AgentID + ", RTO=" + udpClient.RTO);
// Backoff the RTO
udpClient.RTO = Math.Min(udpClient.RTO * 2, 60000);