From 95a3d6372d5cb6d0b702ecc26f2433b19b69c323 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 1 Oct 2008 17:18:20 +0000 Subject: * 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 --- OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs index 5020558..1713755 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs @@ -137,7 +137,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP } /// - /// + /// Send a packet to the given circuit /// /// /// -- cgit v1.1