ROHC compression/decompression library
Data Fields
sc_tcp_context Struct Reference

Define the TCP part of the profile decompression context. More...

Collaboration diagram for sc_tcp_context:
Collaboration graph
[legend]

Data Fields

int tcp_seq_num_change_count
 The number of times the sequence number field was added to the compressed header.
uint8_t ecn_used
uint32_t tcp_last_seq_num
uint16_t window
uint32_t seq_num
struct c_wlsbseq_wlsb
struct c_wlsbseq_scaled_wlsb
uint32_t seq_num_scaled
uint32_t seq_num_residue
size_t seq_num_factor
size_t seq_num_scaling_nr
uint32_t ack_num
struct c_wlsback_wlsb
struct c_wlsback_scaled_wlsb
uint16_t ack_stride
uint32_t ack_num_scaled
uint32_t ack_num_residue
size_t tcp_opts_list_struct_nr_trans
uint8_t tcp_opts_list_struct [ROHC_TCP_OPTS_MAX]
struct tcp_opt_context tcp_options_list [ROHC_TCP_OPTS_MAX]
uint16_t tcp_option_maxseg
uint8_t tcp_option_window
struct tcp_option_timestamp tcp_option_timestamp
bool tcp_option_timestamp_init
struct c_wlsbopt_ts_req_wlsb
struct c_wlsbopt_ts_reply_wlsb
uint8_t tcp_option_sack_length
sack_block_t tcp_option_sackblocks [4]
uint8_t tcp_options_free_offset
tcphdr_t old_tcphdr
 The previous TCP header.
struct tcp_tmp_variables tmp
 TCP-specific temporary variables that are used during one single compression of packet.
uint8_t ip_context [1]

Detailed Description

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.

See also:
c_generic_context

Field Documentation

The previous TCP header.

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.


The documentation for this struct was generated from the following file: