ROHC compression/decompression library
|
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>
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 |
Internal structures for ROHC compression.
#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().