ROHC compression/decompression library
Data Fields
rohc_comp_ctxt Struct Reference

The ROHC compression context. More...

#include <rohc_comp_internals.h>

Collaboration diagram for rohc_comp_ctxt:
Collaboration graph
[legend]

Data Fields

int used
uint64_t latest_used
uint64_t first_used
rohc_cid_t cid
rohc_ctxt_key_t key
struct rohc_compcompressor
struct rohc_comp_profileprofile
void * specific
rohc_mode_t mode
rohc_comp_state_t state
rohc_packet_t packet_type
int total_uncompressed_size
int total_compressed_size
int header_uncompressed_size
int header_compressed_size
int total_last_uncompressed_size
int total_last_compressed_size
int header_last_uncompressed_size
int header_last_compressed_size
int num_sent_packets
int num_sent_ir
int num_sent_ir_dyn
int num_recv_feedbacks
struct rohc_stats total_16_uncompressed
struct rohc_stats total_16_compressed
struct rohc_stats header_16_uncompressed
struct rohc_stats header_16_compressed

Detailed Description

The ROHC compression context.


Field Documentation

The context unique ID (CID)

The associated compressor

The time when the context was last used (in seconds)

The size of the last 16 compressed headers

The size of the last 16 uncompressed headers

The average size of the compressed headers

The header size of the last compressed packet

The header size of the last uncompressed packet

The average size of the uncompressed headers

The key to help finding the context associated with a packet

The time when the context was created (in seconds)

The operation mode in which the context operates among: ROHC_U_MODE, ROHC_O_MODE, ROHC_R_MODE

The number of received feedbacks

The number of sent IR packets

The number of sent IR-DYN packets

The number of sent packets

The associated profile

Profile-specific data, defined by the profiles

The operation state in which the context operates: IR, FO, SO

The size of the last 16 compressed packets

The size of the last 16 uncompressed packets

The average size of the compressed packets

The total size of the last compressed packet

The total size of the last uncompressed packet

The average size of the uncompressed packets

Whether the context is in use or not


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