ROHC compression/decompression library
|
The seq_7 compressed packet format. More...
#include <tcp.h>
Data Fields | |
uint8_t | window1:4 |
uint8_t | discriminator:4 |
uint8_t | window2 |
uint8_t | ip_id:5 |
uint8_t | window3:3 |
uint16_t | ack_num |
uint8_t | header_crc:3 |
uint8_t | psh_flag:1 |
uint8_t | msn:4 |
The seq_7 compressed packet format.
Send ACK and window See RFC4996 page 85
uint16_t seq_7_t::ack_num |
uint8_t seq_7_t::discriminator |
uint8_t seq_7_t::header_crc |
uint8_t seq_7_t::ip_id |
uint8_t seq_7_t::msn |
uint8_t seq_7_t::psh_flag |
uint8_t seq_7_t::window1 |
uint8_t seq_7_t::window2 |
uint8_t seq_7_t::window3 |