|
ROHC compression/decompression library
|
Some information about the last compressed packet. More...
#include <rohc_comp.h>
Data Fields | |
| rohc_mode_t | context_mode |
| rohc_comp_state_t | context_state |
| rohc_packet_t | packet_type |
| unsigned long | total_last_uncomp_size |
| unsigned long | header_last_uncomp_size |
| unsigned long | total_last_comp_size |
| unsigned long | header_last_comp_size |
Some information about the last compressed packet.
Non-extensible version of rohc_comp_last_packet_info2_t
Compression mode
Compression state
| unsigned long rohc_comp_last_packet_info_t::header_last_comp_size |
Compressed header size (bytes)
| unsigned long rohc_comp_last_packet_info_t::header_last_uncomp_size |
Uncompressed header size (bytes)
| unsigned long rohc_comp_last_packet_info_t::total_last_comp_size |
Compressed packet size (bytes)
| unsigned long rohc_comp_last_packet_info_t::total_last_uncomp_size |
Uncompressed packet size (bytes)
1.7.6.1