ROHC compression/decompression library
|
Decompression-related data. More...
Data Fields | |
rohc_cid_t | cid |
The Context ID of the context to which the packet is related. | |
int | addcidUsed |
Whether the ROHC packet uses add-CID or not. | |
unsigned int | large_cid_size |
The size (in bytes) of the large CID field. | |
struct rohc_decomp_ctxt * | active |
The context to which the packet is related. |
Decompression-related data.
This object stores the information related to the decompression of one ROHC packet (CID and context for example). The lifetime of this object is the time needed to decompress one single packet.
The context to which the packet is related.
Whether the ROHC packet uses add-CID or not.
The Context ID of the context to which the packet is related.
unsigned int d_decode_data::large_cid_size |
The size (in bytes) of the large CID field.