ROHC compression/decompression library
Public Attributes
d_statistics Struct Reference

Some compressor statistics. More...

#include <rohc_decomp.h>

List of all members.

Public Attributes

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_package
 The number of bad decompressions.
unsigned int packets_feedback
 The number of feedback packets sent to the associated compressor.

Detailed Description

Some compressor statistics.


Member Data Documentation

The number of bad decompressions due to wrong CRC.

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 bad decompressions.

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: