rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01236
Re: [Question #233909]: about feedback - rohc_feedback_flush()
Question #233909 on rohc changed:
https://answers.launchpad.net/rohc/+question/233909
Friedrich gave more information on the question:
I don't have the full algo ready in mind yet, but the main thing is to
have a balance between piggyback feedback (efficient) and standalone
feedback (effective).
Check if there is a feedback packet to send,
if true,
Wait N cycles,
if there is piggyback available during the N cycles, go with piggyback;
if there is no piggyback available during the N cycles, send standalone feedback at N.
if false,
Do not call rohc_feedback_flush().
N is configurable.
Therefore, I need to know how check such conditions as
"if there is a feedback packet to send"
" if there is piggyback available"
Thanks,
Friedrich
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.