rohc_comp_get_max_cid − Get the maximal CID value the compressor uses.
#include <rohc/rohc_comp.h>
bool
rohc_comp_get_max_cid(
const struct rohc_comp *const comp,
size_t *const max_cid
);
Get the maximal CID value the compressor uses, ie. the MAX_CID parameter defined in RFC 3095.
comp |
The ROHC compressor |
max_cid [output]
The current maximal CID value
true if MAX_CID was successfully retrieved, false otherwise
rohc_comp.h(3)