rohc_decomp_context_info_t Struct Reference
[The ROHC decompression API]

Some information about one decompression context. More...

#include <rohc_decomp.h>

Data Fields

unsigned short version_major
unsigned short version_minor
unsigned long packets_nr
unsigned long comp_bytes_nr
unsigned long uncomp_bytes_nr
unsigned long corrected_crc_failures
unsigned long corrected_sn_wraparounds
unsigned long corrected_wrong_sn_updates

Detailed Description

Some information about one decompression context.

The structure is used by the rohc_decomp_get_context_info function to store some information about one decompression context.

Versioning works as follow:

Notes for developers:

Supported versions:

See also:
rohc_decomp_get_context_info

Field Documentation

The number of compressed bytes received by the context

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

The number of packets processed by the context

The number of uncompressed bytes produced by the context

The major version of this structure

The minor version of this structure


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

Generated on 4 Jul 2018 for ROHC compression/decompression library by  doxygen 1.6.1