ROHC compression/decompression library
|
Some compressor statistics. More...
#include <rohc_decomp_internals.h>
Data Fields | |
unsigned long | received |
unsigned long | failed_crc |
unsigned long | failed_no_context |
unsigned long | failed_decomp |
unsigned long | total_compressed_size |
unsigned long | total_uncompressed_size |
unsigned long | corrected_crc_failures |
unsigned long | corrected_sn_wraparounds |
unsigned long | corrected_wrong_sn_updates |
Some compressor statistics.
unsigned long d_statistics::corrected_crc_failures |
The cumulative number of successful corrections upon CRC failure
unsigned long d_statistics::corrected_sn_wraparounds |
The cumulative number of successful corrections of SN wraparound upon CRC failure
unsigned long d_statistics::corrected_wrong_sn_updates |
The cumulative number of successful corrections of incorrect SN updates upon CRC failure
unsigned long d_statistics::failed_crc |
unsigned long d_statistics::failed_decomp |
unsigned long d_statistics::failed_no_context |
unsigned long d_statistics::received |
unsigned long d_statistics::total_compressed_size |
The cumulative size of the compressed packets
unsigned long d_statistics::total_uncompressed_size |
The cumulative size of the uncompressed packets