ROHC compression/decompression library
|
#include <rohc_decomp_internals.h>
Data Fields | |
rohc_decomp_crc_corr_t | algo |
size_t | counter |
struct rohc_ts | arrival_times [ROHC_MAX_ARRIVAL_TIMES] |
size_t | arrival_times_nr |
size_t | arrival_times_index |
The context for correction upon CRC failure
rohc_decomp_crc_corr_t rohc_decomp_crc_corr_ctxt::algo |
The algorithm being used for correction CRC failure
struct rohc_ts rohc_decomp_crc_corr_ctxt::arrival_times[ROHC_MAX_ARRIVAL_TIMES] |
The arrival times for the last packets
size_t rohc_decomp_crc_corr_ctxt::arrival_times_index |
The index for the arrival time of the next packet
size_t rohc_decomp_crc_corr_ctxt::arrival_times_nr |
The number of arrival times in arrival_times
size_t rohc_decomp_crc_corr_ctxt::counter |
Correction counter (see e and f in 5.3.2.2.4 of the RFC 3095)