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

ROHC compression context for the UDP-Lite profile. More...

#include "c_generic.h"
#include "protocols/udp.h"
Include dependency graph for c_udp_lite.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  udp_lite_tmp_vars
 Define the UDP-Lite-specific temporary variables in the profile compression context. More...
struct  sc_udp_lite_context
 Define the UDP-Lite part of the profile compression context. More...

Defines

#define MAX_LITE_COUNT   2
 The maximal number of times the checksum coverage dit not change or may be inferred.

Detailed Description

ROHC compression context for the UDP-Lite profile.

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

Define Documentation

#define MAX_LITE_COUNT   2

The maximal number of times the checksum coverage dit not change or may be inferred.

Referenced by udp_lite_send_cce_packet().