aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-01 17:18:20 +0000
committerJustin Clarke Casey2008-10-01 17:18:20 +0000
commit95a3d6372d5cb6d0b702ecc26f2433b19b69c323 (patch)
tree1e4b6e9bbbdf9bc46d376cd1afa499bc8f43ff2e /OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs
parentadd delete prim tests. Found and fixed bugs where region (diff)
downloadopensim-SC_OLD-95a3d6372d5cb6d0b702ecc26f2433b19b69c323.zip
opensim-SC_OLD-95a3d6372d5cb6d0b702ecc26f2433b19b69c323.tar.gz
opensim-SC_OLD-95a3d6372d5cb6d0b702ecc26f2433b19b69c323.tar.bz2
opensim-SC_OLD-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 'OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs2
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>