rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #00467
Re: [Question #191211]: modify the feedback system in O-mode
Question #191211 on rohc changed:
https://answers.launchpad.net/rohc/+question/191211
Status: Open => Needs information
Didier Barvaux requested more information:
Hi qingbaibai,
Thanks a lot for your modifications on the code! Better conformance to the
ROHC RFCs is welcome :-)
I had some trouble reading the code you proposed because Launchpad mangled
the spaces and tabulations. Could you prepare a patch and attach it to bug #902465 ?
It should be easier for me to review it.
You can learn how to create a patch with Bazaar (ie. the tool used to manage sources
of the project) in FAQ #640.
If you do not want to use Bazaar, you can generate a patch by hand with the following
commands:
$ cd <rohc_directory_with_reference_sources>
$ make distclean
$ cd ..
$ cd <rohc_direcory_with_modified_sources>
$ make distclean
$ cd ..
$ diff -Nru <rohc_directory_with_reference_sources> \
<rohc_direcory_with_modified_sources> > fix_bug_902465.patch
If my explanations are not clear enough, let me know.
Regards,
Didier
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.