aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorUbitUmarov2016-11-20 02:49:40 +0000
committerUbitUmarov2016-11-20 02:49:40 +0000
commit200183caf7c3673e914a7b7f30fbb47bc7e92c44 (patch)
tree8432a91549d88450d5dd474f38d5c62fc714b471 /OpenSim/Region/ClientStack
parentgive up on OutPacket drop condition on closing (diff)
downloadopensim-SC_OLD-200183caf7c3673e914a7b7f30fbb47bc7e92c44.zip
opensim-SC_OLD-200183caf7c3673e914a7b7f30fbb47bc7e92c44.tar.gz
opensim-SC_OLD-200183caf7c3673e914a7b7f30fbb47bc7e92c44.tar.bz2
opensim-SC_OLD-200183caf7c3673e914a7b7f30fbb47bc7e92c44.tar.xz
HG protocol is still broken for large regions. work around it on teleport via lm
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
index 0efa7c5..c804e33 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
@@ -299,7 +299,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
299 OnQueueEmpty = null; 299 OnQueueEmpty = null;
300 PendingAcks.Clear(); 300 PendingAcks.Clear();
301 NeedAcks.Clear(); 301 NeedAcks.Clear();
302 m_nextPackets = null;
303 } 302 }
304 303
305 /// <summary> 304 /// <summary>