← Back to team overview

rohc team mailing list archive

Re: Compression forced down to IR state

 

Yakir,

To clarify please, I am using functions like

_ROHC_COMP_SET_PERIODIC_REFRESHES_ and
_ROHC_COMP_SET_PERIODIC_REFRESHES_TIME_

to force compressor to go down once in a while.

Should this after compressor sends an IR packet, generate a feedback
from decompressor side? In other words, should I expect feedback sent
periodically from decompressor every CHANGE_TO_IR_COUNT/TIME
pkts/ms?

The rate of feedback is independent of the rate for IR refreshes. It may
be configured through the rohc_decomp_set_rate_limits() API function on
one decompressor

API documentation of rohc_decomp_set_rate_limits():
https://rohc-lib.org/support/documentation/API/rohc-doc-2.2.0/group__rohc__decomp.html#gafb8a16da304917f1f820f4b95ab2438b

Regards,
Didier


References