ROHC compression/decompression library
|
The compression context for one TCP option. More...
#include <c_tcp_opts_list.h>
Data Fields | |
bool | used |
uint8_t | type |
size_t | nr_trans |
size_t | age |
size_t | data_len |
union { | |
uint8_t raw [MAX_TCP_OPT_SIZE] | |
sack_block_t sack_blocks [4] | |
struct tcp_option_timestamp timestamp | |
} | data |
The compression context for one TCP option.
size_t c_tcp_opt_ctxt::age |
union { ... } c_tcp_opt_ctxt::data |
The TCP option data
size_t c_tcp_opt_ctxt::data_len |
The length of the TCP option
size_t c_tcp_opt_ctxt::nr_trans |
The number of times the TCP option was transmitted
uint8_t c_tcp_opt_ctxt::raw[MAX_TCP_OPT_SIZE] |
sack_block_t c_tcp_opt_ctxt::sack_blocks[4] |
struct tcp_option_timestamp c_tcp_opt_ctxt::timestamp |
uint8_t c_tcp_opt_ctxt::type |
The type of the TCP option
bool c_tcp_opt_ctxt::used |
Whether the option context is in use or not