ROHC compression/decompression library
Data Fields
d_statistics Struct Reference

Some compressor statistics. More...

#include <rohc_decomp.h>

Data Fields

unsigned int received
 The number of received packets.
unsigned int failed_crc
 The number of bad decompressions due to wrong CRC.
unsigned int failed_no_context
 The number of bad decompressions due to being in the No Context state.
unsigned int failed_decomp
 The number of bad decompressions.
unsigned int feedbacks
 The number of feedback packets sent to the associated compressor.

Detailed Description

Some compressor statistics.


Field Documentation

The number of bad decompressions due to wrong CRC.

Referenced by clear_statistics(), and rohc_decompress().

The number of bad decompressions.

Referenced by clear_statistics(), and rohc_decompress().

The number of bad decompressions due to being in the No Context state.

Referenced by clear_statistics(), and rohc_decompress().

The number of feedback packets sent to the associated compressor.

Referenced by clear_statistics(), and rohc_decompress().

unsigned int d_statistics::received

The number of received packets.

Referenced by clear_statistics(), and rohc_decompress().


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