[PATCH 4/8]: Factor out common code for generating Resets

2007-09-25 Thread Gerrit Renker
[DCCP]: Factor out common code for generating Resets This factors code common to dccp_v{4,6}_ctl_send_reset into a separate function, and adds support for filling in the Data 1 ... Data 3 fields from RFC 4340, 5.6. It is useful to have this separate, since the following Reset codes will

Re: [PATCH 4/8]: Factor out common code for generating Resets

2007-09-25 Thread Ian McDonald
On 9/26/07, Gerrit Renker [EMAIL PROTECTED] wrote: [DCCP]: Factor out common code for generating Resets This factors code common to dccp_v{4,6}_ctl_send_reset into a separate function, and adds support for filling in the Data 1 ... Data 3 fields from RFC 4340, 5.6. It is useful to have