* Fix bug in LLPacketHandler where the tickcount when a packet was approximately sent was not being stored in the ack record

* This meant that acks were being sent out every 250ms when the ack timer fired, rather than when they had actually aged past m_ResendTimeout
This commit is contained in:
Justin Clarke Casey
2008-10-01 17:18:20 +00:00
parent d009927194
commit 95a3d6372d
2 changed files with 21 additions and 9 deletions

View File

@@ -137,7 +137,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
/// <summary>
///
/// Send a packet to the given circuit
/// </summary>
/// <param name="buffer"></param>
/// <param name="size"></param>