aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorDiva Canto2013-07-22 18:46:51 -0700
committerDiva Canto2013-07-24 14:29:15 -0700
commitc0433d5e4c8170de10e16dd09d85bf620a1530ae (patch)
treeb78b345849bf3efc5d66854b9b3ac5fd1b31e782 /OpenSim/Region/ClientStack
parentThis commit message intentionally left blank (last commit was idiotic) (diff)
downloadopensim-SC_OLD-c0433d5e4c8170de10e16dd09d85bf620a1530ae.zip
opensim-SC_OLD-c0433d5e4c8170de10e16dd09d85bf620a1530ae.tar.gz
opensim-SC_OLD-c0433d5e4c8170de10e16dd09d85bf620a1530ae.tar.bz2
opensim-SC_OLD-c0433d5e4c8170de10e16dd09d85bf620a1530ae.tar.xz
Changed the RegionHandshake packet to the Unknown queue, so that it is sent with high priority and hopefully gets to the client before AgentMovementComplete
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 32549c8..8b2440a 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -811,7 +811,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
811 handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags; 811 handshake.RegionInfo4[0].RegionFlagsExtended = args.regionFlags;
812 handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported 812 handshake.RegionInfo4[0].RegionProtocols = 0; // 1 here would indicate that SSB is supported
813 813
814 OutPacket(handshake, ThrottleOutPacketType.Task); 814 OutPacket(handshake, ThrottleOutPacketType.Unknown);
815 } 815 }
816 816
817 817