rohc_decomp Struct Reference

The ROHC decompressor. More...

#include <rohc_decomp_internals.h>

Collaboration diagram for rohc_decomp:
Collaboration graph
[legend]

Data Fields

struct rohc_medium medium
rohc_decomp_features_t features
bool enabled_profiles [D_NUM_PROFILES]
rohc_mode_t target_mode
struct rohc_decomp_ctxt ** contexts
size_t num_contexts_used
struct rohc_decomp_ctxtlast_context
size_t prtt
size_t sn_feedback_min_bits
struct rohc_ack_rate_limits ack_rate_limits
uint32_t last_pkts_errors
struct rohc_ack_stats last_pkt_feedbacks [ROHC_FEEDBACK_RESERVED]
uint8_t rru [ROHC_MAX_MRRU]
size_t rru_len
size_t mrru
uint8_t crc_table_3 [256]
uint8_t crc_table_7 [256]
uint8_t crc_table_8 [256]
struct d_statistics stats
rohc_trace_callback2_t trace_callback
void * trace_callback_priv

Detailed Description

The ROHC decompressor.


Field Documentation

The configuration for feedback rate-limiting

The array of decompression contexts that use the decompressor

The table to enable fast CRC-3 computation

The table to enable fast CRC-7 computation

The table to enable fast CRC-8 computation

bool rohc_decomp::enabled_profiles[D_NUM_PROFILES]

Which profiles are enabled and with one are not?

Enabled/disabled features for the decompressor

The last decompression context used by the decompressor

struct rohc_ack_stats rohc_decomp::last_pkt_feedbacks[ROHC_FEEDBACK_RESERVED] [read]

The informations for feedback rate-limiting

Whether the last decompressed packets failed or not

The medium associated with the decompressor

The Maximum Reconstructed Reception Unit (MRRU)

The number of decompression contexts in use

The maximum number of packets sent during one RTT

uint8_t rohc_decomp::rru[ROHC_MAX_MRRU]

The Reconstructed Reception Unit

The length (in bytes) of the Reconstructed Reception Unit

The minimum number of SN bits to transmit in feedbacks

Some statistics about the decompression processes

The operation mode that the contexts shall target

The callback function used to manage traces

The private context of the callback function used to manage traces


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

Generated on 4 Jul 2018 for ROHC compression/decompression library by  doxygen 1.6.1