ROHC compression/decompression library
Data Fields
d_statistics Struct Reference

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
 

Detailed Description

Some compressor statistics.

Field Documentation

◆ corrected_crc_failures

unsigned long d_statistics::corrected_crc_failures

The cumulative number of successful corrections upon CRC failure

◆ corrected_sn_wraparounds

unsigned long d_statistics::corrected_sn_wraparounds

The cumulative number of successful corrections of SN wraparound upon CRC failure

◆ corrected_wrong_sn_updates

unsigned long d_statistics::corrected_wrong_sn_updates

The cumulative number of successful corrections of incorrect SN updates upon CRC failure

◆ failed_crc

unsigned long d_statistics::failed_crc

◆ failed_decomp

unsigned long d_statistics::failed_decomp

◆ failed_no_context

unsigned long d_statistics::failed_no_context

◆ received

unsigned long d_statistics::received

◆ total_compressed_size

unsigned long d_statistics::total_compressed_size

The cumulative size of the compressed packets

◆ total_uncompressed_size

unsigned long d_statistics::total_uncompressed_size

The cumulative size of the uncompressed packets


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