ROHC compression/decompression library
Data Fields
rohc_comp_last_packet_info_t Struct Reference

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

Detailed Description

Some information about the last compressed packet.

Non-extensible version of rohc_comp_last_packet_info2_t

Deprecated:
do not use this struct anymore, use rohc_comp_last_packet_info2_t instead

Field Documentation

Compression mode

Compression state

Compressed header size (bytes)

Uncompressed header size (bytes)

Packet type

Compressed packet size (bytes)

Uncompressed packet size (bytes)


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