ROHC compression/decompression library
Data Fields
d_statistics Struct Reference

Some compressor statistics. More...

#include <rohc_decomp.h>

Data Fields

unsigned int packets_received
 The number of received packets.
unsigned int packets_failed_crc
 The number of bad decompressions due to wrong CRC.
unsigned int packets_failed_no_context
 The number of bad decompressions due to being in the No Context state.
unsigned int packets_failed_decompression
 The number of bad decompressions.
unsigned int packets_feedback
 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().

The number of received packets.

Referenced by clear_statistics(), and rohc_decompress().


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