| 
    ROHC compression/decompression library
    
   | 
 
Some information about one decompression context. More...
#include <rohc_decomp.h>
Data Fields | |
| unsigned short | version_major | 
| unsigned short | version_minor | 
| unsigned long | packets_nr | 
| unsigned long | comp_bytes_nr | 
| unsigned long | uncomp_bytes_nr | 
| unsigned long | corrected_crc_failures | 
| unsigned long | corrected_sn_wraparounds | 
| unsigned long | corrected_wrong_sn_updates | 
Some information about one decompression context.
The structure is used by the rohc_decomp_get_context_info function to store some information about one decompression context.
Versioning works as follow:
Notes for developers:
Supported versions:
| unsigned long rohc_decomp_context_info_t::comp_bytes_nr | 
The number of compressed bytes received by the context
| unsigned long rohc_decomp_context_info_t::corrected_crc_failures | 
The number of successful corrections upon CRC failure
| unsigned long rohc_decomp_context_info_t::corrected_sn_wraparounds | 
The number of successful corrections of SN wraparound upon CRC failure
| unsigned long rohc_decomp_context_info_t::corrected_wrong_sn_updates | 
The number of successful corrections of incorrect SN updates upon CRC failure
| unsigned long rohc_decomp_context_info_t::packets_nr | 
The number of packets processed by the context
| unsigned long rohc_decomp_context_info_t::uncomp_bytes_nr | 
The number of uncompressed bytes produced by the context
| unsigned short rohc_decomp_context_info_t::version_major | 
The major version of this structure
| unsigned short rohc_decomp_context_info_t::version_minor | 
The minor version of this structure
 1.8.13