ROHC compression/decompression library
|
Define the TCP part of the profile decompression context. More...
Define the TCP part of the profile decompression context.
This object must be used with the generic part of the decompression context c_generic_context.
uint32_t sc_tcp_context::ack_num |
uint32_t sc_tcp_context::ack_num_residue |
uint32_t sc_tcp_context::ack_num_scaled |
uint16_t sc_tcp_context::ack_stride |
struct c_wlsb* sc_tcp_context::ack_wlsb |
uint8_t sc_tcp_context::ecn_used |
uint8_t sc_tcp_context::ip_context[1] |
The previous TCP header.
uint32_t sc_tcp_context::seq_num |
uint32_t sc_tcp_context::seq_num_residue |
uint32_t sc_tcp_context::seq_num_scaled |
struct c_wlsb* sc_tcp_context::seq_wlsb |
uint32_t sc_tcp_context::tcp_last_seq_num |
uint16_t sc_tcp_context::tcp_option_maxseg |
The number of times the structure of the list of TCP options was transmitted since it last changed
The number of times the sequence number field was added to the compressed header.
TCP-specific temporary variables that are used during one single compression of packet.
uint16_t sc_tcp_context::window |