aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llcircuit.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llcircuit.h')
-rw-r--r--linden/indra/llmessage/llcircuit.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llcircuit.h b/linden/indra/llmessage/llcircuit.h
index 1eea203..33c0e10 100644
--- a/linden/indra/llmessage/llcircuit.h
+++ b/linden/indra/llmessage/llcircuit.h
@@ -58,7 +58,11 @@ const F32 LL_AVERAGED_PING_MIN = 100; // msec // IW: increased to avoid ret
58const U32 INITIAL_PING_VALUE_MSEC = 1000; // initial value for the ping delay, or for ping delay for an unknown circuit 58const U32 INITIAL_PING_VALUE_MSEC = 1000; // initial value for the ping delay, or for ping delay for an unknown circuit
59 59
60const TPACKETID LL_MAX_OUT_PACKET_ID = 0x01000000; 60const TPACKETID LL_MAX_OUT_PACKET_ID = 0x01000000;
61const U8 LL_PACKET_ID_SIZE = 4; 61
62// 0 - flags
63// [1,4] - packetid
64// 5 - data offset (after message name)
65const U8 LL_PACKET_ID_SIZE = 6;
62 66
63const S32 LL_MAX_RESENT_PACKETS_PER_FRAME = 100; 67const S32 LL_MAX_RESENT_PACKETS_PER_FRAME = 100;
64const S32 LL_MAX_ACKED_PACKETS_PER_FRAME = 200; 68const S32 LL_MAX_ACKED_PACKETS_PER_FRAME = 200;