← Back to team overview

rohc team mailing list archive

Re: [Question #273309]: Feedback Send questions

 

Question #273309 on rohc changed:
https://answers.launchpad.net/rohc/+question/273309

    Status: Answered => Solved

Mohammad Abyan Abdullah confirmed that the question is solved:
Hi!!
    It seems to be complex to me.

If I understand correctly, you want to be able to decompress several
ROHC packets, collecting some feedback data for the remote compressor at
the same time, BUT send all feedback data at once only one of N packets
(or maybe when a packet is sent in the reverse direction using
piggybacking). Am I right?

Yes, You are rite.

I found a solution that is declare another feedback buffer then
rohc_buf_append_buf ()

and then rohc_buf_pull() the new buffer to &rohc_packet at compress4() and send it to remote. I can see its working that way.
Do you think its ok ?

If I want to take each feedback_send buffer to same buffer for next
decompress() I see a error "given feedback_send is not empty" So thats
why I did used another buffer to collect all next feedbacks.

Regards
Abyan

-- 
You received this question notification because your team ROHC Team is
an answer contact for rohc.