diff options
author | Jacek Antonelli | 2008-08-15 23:45:02 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:02 -0500 |
commit | d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd (patch) | |
tree | 7ed0c2c27d717801238a2e6b5749cd5bf88c3059 /linden/indra/llmessage/llcircuit.h | |
parent | Second Life viewer sources 1.17.3.0 (diff) | |
download | meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.zip meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.gz meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.bz2 meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.xz |
Second Life viewer sources 1.18.0.6
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; |