c_tcp_opt_ctxt Struct Reference

The compression context for one TCP option. More...

#include <c_tcp_opts_list.h>

Collaboration diagram for c_tcp_opt_ctxt:
Collaboration graph
[legend]

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

Detailed Description

The compression context for one TCP option.


Field Documentation

union { ... } c_tcp_opt_ctxt::data

The TCP option data

The length of the TCP option

The number of times the TCP option was transmitted

uint8_t c_tcp_opt_ctxt::raw[MAX_TCP_OPT_SIZE]

The type of the TCP option

Whether the option context is in use or not


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

Generated on 4 Jul 2018 for ROHC compression/decompression library by  doxygen 1.6.1