| 
    ROHC compression/decompression library
   
    
   
   | 
  
  
  
 
Some compressor statistics. More...
#include <rohc_decomp.h>
Data Fields | |
| 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_decompression | 
| The number of bad decompressions.   | |
| unsigned int | packets_feedback | 
| The number of feedback packets sent to the associated compressor.   | |
Some compressor statistics.
| unsigned int d_statistics::packets_failed_crc | 
The number of bad decompressions due to wrong CRC.
Referenced by clear_statistics(), and rohc_decompress().
| unsigned int d_statistics::packets_failed_decompression | 
The number of bad decompressions.
Referenced by clear_statistics(), and rohc_decompress().
| unsigned int d_statistics::packets_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::packets_feedback | 
The number of feedback packets sent to the associated compressor.
Referenced by clear_statistics(), and rohc_decompress().
| unsigned int d_statistics::packets_received | 
The number of received packets.
Referenced by clear_statistics(), and rohc_decompress().
 1.7.6.1