ROHC compression/decompression library
|
The Uncompressed context. More...
#include <c_uncompressed.h>
Public Attributes | |
int | ir_count |
The number of IR packets sent by the compressor. | |
int | normal_count |
The number of Normal packets sent by the compressor. | |
int | go_back_ir_count |
The number of packet sent while in non-IR states, used for the periodic refreshes of the context. |
The Uncompressed context.
The object defines the Uncompressed context that manages all kinds of packets and headers.
The number of packet sent while in non-IR states, used for the periodic refreshes of the context.
Referenced by c_uncompressed_create(), and uncompressed_periodic_down_transition().
The number of IR packets sent by the compressor.
Referenced by c_uncompressed_create(), uncompressed_change_state(), uncompressed_code_packet(), and uncompressed_decide_state().
The number of Normal packets sent by the compressor.
Referenced by c_uncompressed_create(), uncompressed_change_state(), and uncompressed_code_packet().