> In that case wouldn't it be better if this user-visible structure is
> designed in a way so that it can support IPv6 later on?
>
Yep. Feel free to submit patches!
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info
On 11/08/05, Herbert Xu <[EMAIL PROTECTED]> wrote:
> Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> wrote:
> >
> > -/* FIXME: this is utterly wrong */
> > +/* Structure describing an Internet (DCCP) socket address. */
> > struct sockaddr_dccp {
> > - struct sockaddr_in in;
> > - unsi
On Thu, Aug 11, 2005 at 02:18:31PM +1200, Ian McDonald wrote:
> On 11/08/05, Herbert Xu <[EMAIL PROTECTED]> wrote:
> > Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> wrote:
> > >
> > > -/* FIXME: this is utterly wrong */
> > > +/* Structure describing an Internet (DCCP) socket address. */
> > > struc
Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> wrote:
>
> -/* FIXME: this is utterly wrong */
> +/* Structure describing an Internet (DCCP) socket address. */
> struct sockaddr_dccp {
> - struct sockaddr_in in;
> - unsigned intservice;
> + __u16 sdccp_family; /
Hi David,
Please consider pulling from:
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/acme/net-2.6.14.git/
Best Regards,
- Arnaldo
tree d25c0dd1db78b1021da8902e8ef0dc37cbb5d892
parent ad7764592bf76533ffe823d7f45d7712c0bacfe2
author Arnaldo Carvalho de Melo <