| ROHC compression/decompression library
   
    | 
Some compressor statistics. More...
#include <rohc_decomp.h>
| Data Fields | |
| unsigned int | received | 
| The number of received packets. | |
| unsigned int | failed_crc | 
| The number of bad decompressions due to wrong CRC. | |
| unsigned int | failed_no_context | 
| The number of bad decompressions due to being in the No Context state. | |
| unsigned int | failed_decomp | 
| The number of bad decompressions. | |
| unsigned int | feedbacks | 
| The number of feedback packets sent to the associated compressor. | |
Some compressor statistics.
| unsigned int d_statistics::failed_crc | 
The number of bad decompressions due to wrong CRC.
Referenced by clear_statistics(), and rohc_decompress().
| unsigned int d_statistics::failed_decomp | 
The number of bad decompressions.
Referenced by clear_statistics(), and rohc_decompress().
| unsigned int d_statistics::failed_no_context | 
The number of bad decompressions due to being in the No Context state.
Referenced by clear_statistics(), and rohc_decompress().
| unsigned int d_statistics::feedbacks | 
The number of feedback packets sent to the associated compressor.
Referenced by clear_statistics(), and rohc_decompress().
| unsigned int d_statistics::received | 
The number of received packets.
Referenced by clear_statistics(), and rohc_decompress().
 1.7.6.1
 1.7.6.1