Re: [PATCH 2/9]: Query supported CCIDs

2007-10-01 Thread Ian McDonald
On 9/29/07, Gerrit Renker <[EMAIL PROTECTED]> wrote: > [DCCP]: Query supported CCIDs > > This provides a data structure to record which CCIDs are locally supported > and three accessor functions: > - a test function for internal use which is used to validate CCID requests >made by the user; >

Re: [PATCH 2/9]: Query supported CCIDs

2007-10-01 Thread Gerrit Renker
| One thing is the pointer in the request_sock case that I have to | figure out what is best and possibly rework your patches to provide what | I think is best. | I am looking forward to that - if you want me to change single patches, let me know. I had one more thought regarding timestampin

Re: [PATCH 2/9]: Query supported CCIDs

2007-09-29 Thread Arnaldo Carvalho de Melo
Em Sat, Sep 29, 2007 at 05:24:18PM +0100, Gerrit Renker escreveu: > Quoting Arnaldo Carvalho de Melo: > | > +static u8 builtin_ccids[] = { > | > + DCCPC_CCID2,/* CCID2 is supported by default */ > | > +#if defined(CONFIG_IP_DCCP_CCID3) || > defined(CONFIG_IP_DCCP_CCID3_MODULE) >

Re: [PATCH 2/9]: Query supported CCIDs

2007-09-29 Thread Gerrit Renker
Quoting Arnaldo Carvalho de Melo: | > +static u8 builtin_ccids[] = { | > + DCCPC_CCID2,/* CCID2 is supported by default */ | > +#if defined(CONFIG_IP_DCCP_CCID3) || defined(CONFIG_IP_DCCP_CCID3_MODULE) | > + DCCPC_CCID3, | > +#endif | > +}; | | This considers only code

Re: [PATCH 2/9]: Query supported CCIDs

2007-09-28 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 28, 2007 at 04:30:17PM +0100, Gerrit Renker escreveu: > [DCCP]: Query supported CCIDs > > This provides a data structure to record which CCIDs are locally supported > and three accessor functions: > - a test function for internal use which is used to validate CCID requests >made b

[PATCH 2/9]: Query supported CCIDs

2007-09-28 Thread Gerrit Renker
[DCCP]: Query supported CCIDs This provides a data structure to record which CCIDs are locally supported and three accessor functions: - a test function for internal use which is used to validate CCID requests made by the user; - a copy function so that the list can be used for feature-negoti