about feedback header

Asked by qingbaibai

Hello,

I read the “feedback” part of code . I don't know where the feedback header including "type" and "size" field is added. I examine the test result and know that the feedback header is parsed when decompressing. Could you please tell me where the header is added? Thanks.

Regards,
qingbaibai

Question information

Language:
English Edit question
Status:
Solved
For:
rohc Edit question
Assignee:
No assignee Edit question
Solved by:
Didier Barvaux
Solved:
Last query:
Last reply:
Revision history for this message
Best Didier Barvaux (didier-barvaux) said :
#1

Hello,

Feedback header is added in the rohc_compress() function by repeated calls to the rohc_feedback_get() function. See http://bazaar.launchpad.net/~didier-barvaux/rohc/main/view/head:/src/comp/rohc_comp.c#L368 for the corresponding part of the code.

Regards,
Didier

Revision history for this message
qingbaibai (sunqing-cztz) said :
#2

Thanks Didier Barvaux, that solved my question.