ROHC compression/decompression library
|
The compression context for one TCP option. More...
#include <c_tcp_opts_list.h>
Data Fields | |
union { | |
uint8_t raw [ROHC_TCP_OPT_MAX_LEN] | |
sack_block_t sack_blocks [4] | |
struct tcp_option_timestamp timestamp | |
} | data |
uint8_t | full_trans_nr |
uint8_t | dyn_trans_nr |
bool | used |
uint8_t | type |
uint8_t | age |
uint8_t | data_len |
The compression context for one TCP option.
uint8_t c_tcp_opt_ctxt::age |
union { ... } c_tcp_opt_ctxt::data |
The TCP option data
uint8_t c_tcp_opt_ctxt::data_len |
The length of the TCP option
uint8_t c_tcp_opt_ctxt::dyn_trans_nr |
The number of times the dynamic part of TCP option was transmitted
uint8_t c_tcp_opt_ctxt::full_trans_nr |
The number of times the full TCP option was transmitted
uint8_t c_tcp_opt_ctxt::raw[ROHC_TCP_OPT_MAX_LEN] |
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