ROHC compression/decompression library
Data Fields
rohc_decomp_crc_corr_ctxt Struct Reference

#include <rohc_decomp_internals.h>

Collaboration diagram for rohc_decomp_crc_corr_ctxt:
Collaboration graph
[legend]

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
 

Detailed Description

The context for correction upon CRC failure

Field Documentation

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)


The documentation for this struct was generated from the following file: