ROHC compression/decompression library
|
#include <c_tcp_opts_list.h>
Data Fields | |
size_t | structure_nr_trans |
size_t | structure_nr |
uint8_t | structure [ROHC_TCP_OPTS_MAX] |
struct c_tcp_opt_ctxt | list [MAX_TCP_OPTION_INDEX+1] |
bool | is_timestamp_init |
struct c_wlsb * | ts_req_wlsb |
struct c_wlsb * | ts_reply_wlsb |
struct c_tcp_opts_ctxt_tmp | tmp |
The compression context for TCP options
bool c_tcp_opts_ctxt::is_timestamp_init |
struct c_tcp_opt_ctxt c_tcp_opts_ctxt::list[MAX_TCP_OPTION_INDEX+1] |
uint8_t c_tcp_opts_ctxt::structure[ROHC_TCP_OPTS_MAX] |
size_t c_tcp_opts_ctxt::structure_nr |
size_t c_tcp_opts_ctxt::structure_nr_trans |
The number of times the structure of the list of TCP options was transmitted since it last changed
struct c_tcp_opts_ctxt_tmp c_tcp_opts_ctxt::tmp |
The temporary part of the context, shall be reset between 2 packets
struct c_wlsb* c_tcp_opts_ctxt::ts_reply_wlsb |
struct c_wlsb* c_tcp_opts_ctxt::ts_req_wlsb |