ROHC compression/decompression library
|
The compression context for one TCP option. More...
Data Fields | |
uint8_t | type |
size_t | nr_trans |
uint8_t | value [MAX_TCP_OPT_SIZE] |
The compression context for one TCP option.
size_t tcp_opt_context::nr_trans |
The number of times the TCP option was transmitted
uint8_t tcp_opt_context::type |
The type of the TCP option
uint8_t tcp_opt_context::value[MAX_TCP_OPT_SIZE] |
The value of the TCP option