#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
The algorithm being used for correction CRC failure
struct rohc_ts rohc_decomp_crc_corr_ctxt::arrival_times[ROHC_MAX_ARRIVAL_TIMES] [read] |
The arrival times for the last packets
The index for the arrival time of the next packet
The number of arrival times in arrival_times
Correction counter (see e and f in 5.3.2.2.4 of the RFC 3095)
1.6.1