aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
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 5d4d5cd..ac30868 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -2880,7 +2880,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2880 2880
2881 2881
2882 static private readonly byte[] SendXferPacketHeader = new byte[] { 2882 static private readonly byte[] SendXferPacketHeader = new byte[] {
2883 Helpers.MSG_RELIABLE, 2883 0, //Helpers.MSG_RELIABLE, Xfer control must provide reliabialty
2884 0, 0, 0, 0, // sequence number 2884 0, 0, 0, 0, // sequence number
2885 0, // extra 2885 0, // extra
2886 18 // ID (high frequency bigendian) 2886 18 // ID (high frequency bigendian)