|
ROHC compression/decompression library
|
Define 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 |
Define the seq_7 compressed packet format.
Send ACK and window See RFC4996 page 85
| uint16_t seq_7::ack_num |
| uint8_t seq_7::discriminator |
| uint8_t seq_7::header_crc |
| uint8_t seq_7::ip_id |
| uint8_t seq_7::msn |
| uint8_t seq_7::psh_flag |
| uint8_t seq_7::window1 |
| uint8_t seq_7::window2 |
| uint8_t seq_7::window3 |
1.7.6.1