ROHC compression/decompression library
Data Structures | Defines
rohc_comp_internals.h File Reference

Internal structures for ROHC compression. More...

#include "rohc.h"
#include "rohc_packets.h"
#include "rohc_comp.h"
#include "wlsb.h"
#include "ip.h"
#include <stdbool.h>
Include dependency graph for rohc_comp_internals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rohc_feedback
 Information on ROHC feedback data. More...
struct  rohc_comp
 The ROHC compressor. More...
struct  c_profile
 The ROHC compression profile. More...
struct  c_context
 The ROHC compression context. More...
struct  c_feedback
 The feedback packet. More...

Defines

#define C_NUM_PROFILES   6
#define FEEDBACK_RING_SIZE   10

Detailed Description

Internal structures for ROHC compression.

Author:
Didier Barvaux <didier.barvaux@toulouse.viveris.com>
Didier Barvaux <didier@barvaux.org>
The hackers from ROHC for Linux

Define Documentation

#define C_NUM_PROFILES   6

The number of ROHC profiles ready to be used

Referenced by rohc_activate_profile(), rohc_alloc_compressor(), rohc_c_info(), and rohc_c_statistics().

#define FEEDBACK_RING_SIZE   10

The maximal number of outgoing feedbacks that can be queued

Referenced by c_piggyback_feedback(), and rohc_alloc_compressor().