Go to the source code of this file.
Defines | |
#define | ARTP_TYPES_H 1 |
#define | OPTS_OPTID_TYPE uint16_t |
#define | OPTS_SZ_TYPE uint16_t |
#define | SIGSZ_TYPE uint32_t |
#define | ENCDATA_SIZE_TYPE uint32_t |
#define | DSEQ_TYPE uint32_t |
#define | CTRL_OPTID_TYPE uint8_t |
#define | CTRL_SZ_TYPE uint16_t |
#define | CTRL_VALUE_SZ_TYPE int |
#define | SID_TYPE uint8_t |
#define | SID_MAX UINT8_MAX |
#define | SEQ_TYPE uint32_t |
#define | SEQ_MAX UINT32_MAX |
#define | TS_TYPE uint32_t |
#define | OPTSZ_TYPE uint16_t |
#define | FRAGMENTS_TYPE uint16_t |
#define | MSS_TYPE uint16_t |
#define | MAX_DGRAM_LEN_TYPE uint32_t |
#define | RETR_TIMEOUT_TYPE uint16_t |
ARTP
datagram's types.
|
control packet option identifier type |
|
one control item size type |
|
control value size type |
|
packet data sequence type |
|
encrypted packet payload size type |
|
packet fragments count type |
|
packet option - maximum datagram length |
|
packet option - maximum segment size |
|
option identification type (options sent in headers of packets) |
|
option size type (options sent in headers of packets) |
|
packet option size type |
|
packet option - retransmits timeout |
|
sequence numbers maximal value |
|
sequence numbers type |
|
session identification max value |
|
session identification type |
|
signed packet payload size type |
|
packet timestamps type |