ROHC compression/decompression library
Data Fields
rohc_decomp_last_packet_info_t Struct Reference

Some information about the last decompressed packet. More...

#include <rohc_decomp.h>

Data Fields

unsigned short version_major
unsigned short version_minor
rohc_mode_t context_mode
rohc_decomp_state_t context_state
int profile_id
unsigned long nr_lost_packets
unsigned long nr_misordered_packets
bool is_duplicated
unsigned long corrected_crc_failures
unsigned long corrected_sn_wraparounds
unsigned long corrected_wrong_sn_updates
rohc_packet_t packet_type

Detailed Description

Some information about the last decompressed packet.

The structure is used by the rohc_decomp_get_last_packet_info function to store some information about the last decompressed packet.

Versioning works as follow:

Notes for developers:

Supported versions:

See also:
rohc_decomp_get_last_packet_info

Field Documentation

The mode of the last context used by the compressor

The state of the last context used by the compressor

The number of successful corrections upon CRC failure

The number of successful corrections of SN wraparound upon CRC failure

The number of successful corrections of incorrect SN updates upon CRC failure

Is last packet a (possible) duplicated packet?

The number of (possible) lost packet(s) before last packet

The number of packet(s) before the last packet if late

The type of the last decompressed ROHC packet

The profile ID of the last context used by the compressor

The major version of this structure

The minor version of this structure


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