ROHC compression/decompression library
|
Some compressor statistics. More...
#include <rohc_decomp_internals.h>
Data Fields | |
unsigned int | received |
unsigned int | failed_crc |
unsigned int | failed_no_context |
unsigned int | failed_decomp |
unsigned int | feedbacks |
Some compressor statistics.
unsigned int d_statistics::failed_crc |
Referenced by clear_statistics(), and rohc_decompress().
unsigned int d_statistics::failed_decomp |
Referenced by clear_statistics(), and rohc_decompress().
unsigned int d_statistics::failed_no_context |
Referenced by clear_statistics(), and rohc_decompress().
unsigned int d_statistics::feedbacks |
Referenced by clear_statistics(), and rohc_decompress().
unsigned int d_statistics::received |
Referenced by clear_statistics(), rohc_decomp_set_traces_cb(), and rohc_decompress().