On 10/3/07, Gerrit Renker <[EMAIL PROTECTED]> wrote: > Revised patch following suggestions on the list. > Changes: > * now uses constant to allocate space for variable-length option > (nn_in_nbo[DCCP_OPTVAL_MAXLEN]) > * added a hunk which referenced the function dccp_insert_options_feat() > which is replaced by this > patch so that the patch can be compiled standalone > * updates in coding style (but that has been done for all other patches also) > > -------------------------> Patch v2 > <----------------------------------------------------------- > [DCCP]: Insert feature-negotiation options into skb > > The core insertion routine, provided by this patch, does a simple list walk > and calls > an already existing function in options.c to do the actual insertion of > individual options. > > This replaces the earlier insertion routine from options.c > > Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]>
Acked-by: Ian McDonald <[EMAIL PROTECTED]> -- Web1: http://wand.net.nz/~iam4/ Web2: http://www.jandi.co.nz Blog: http://iansblog.jandi.co.nz - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

