diff options
author | Justin Clarke Casey | 2008-10-01 17:18:20 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-01 17:18:20 +0000 |
commit | 95a3d6372d5cb6d0b702ecc26f2433b19b69c323 (patch) | |
tree | 1e4b6e9bbbdf9bc46d376cd1afa499bc8f43ff2e /OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs | |
parent | add delete prim tests. Found and fixed bugs where region (diff) | |
download | opensim-SC-95a3d6372d5cb6d0b702ecc26f2433b19b69c323.zip opensim-SC-95a3d6372d5cb6d0b702ecc26f2433b19b69c323.tar.gz opensim-SC-95a3d6372d5cb6d0b702ecc26f2433b19b69c323.tar.bz2 opensim-SC-95a3d6372d5cb6d0b702ecc26f2433b19b69c323.tar.xz |
* 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
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
137 | } | 137 | } |
138 | 138 | ||
139 | /// <summary> | 139 | /// <summary> |
140 | /// | 140 | /// Send a packet to the given circuit |
141 | /// </summary> | 141 | /// </summary> |
142 | /// <param name="buffer"></param> | 142 | /// <param name="buffer"></param> |
143 | /// <param name="size"></param> | 143 | /// <param name="size"></param> |