diff options
Diffstat (limited to 'linden/indra/llmessage/llcircuit.h')
-rw-r--r-- | linden/indra/llmessage/llcircuit.h | 6 |
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 | |||
58 | const U32 INITIAL_PING_VALUE_MSEC = 1000; // initial value for the ping delay, or for ping delay for an unknown circuit | 58 | const U32 INITIAL_PING_VALUE_MSEC = 1000; // initial value for the ping delay, or for ping delay for an unknown circuit |
59 | 59 | ||
60 | const TPACKETID LL_MAX_OUT_PACKET_ID = 0x01000000; | 60 | const TPACKETID LL_MAX_OUT_PACKET_ID = 0x01000000; |
61 | const U8 LL_PACKET_ID_SIZE = 4; | 61 | |
62 | // 0 - flags | ||
63 | // [1,4] - packetid | ||
64 | // 5 - data offset (after message name) | ||
65 | const U8 LL_PACKET_ID_SIZE = 6; | ||
62 | 66 | ||
63 | const S32 LL_MAX_RESENT_PACKETS_PER_FRAME = 100; | 67 | const S32 LL_MAX_RESENT_PACKETS_PER_FRAME = 100; |
64 | const S32 LL_MAX_ACKED_PACKETS_PER_FRAME = 200; | 68 | const S32 LL_MAX_ACKED_PACKETS_PER_FRAME = 200; |