diff options
author | Diva Canto | 2013-07-22 18:46:51 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-24 14:29:15 -0700 |
commit | c0433d5e4c8170de10e16dd09d85bf620a1530ae (patch) | |
tree | b78b345849bf3efc5d66854b9b3ac5fd1b31e782 /OpenSim/Region/ClientStack/Linden | |
parent | This commit message intentionally left blank (last commit was idiotic) (diff) | |
download | opensim-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/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
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 | ||