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 int            service;
> +       __u16   sdccp_family;   /* Address family   */
> +       __u16   sdccp_port;     /* Port number      */
> +       __u32   sdccp_addr;     /* Internet address */

Are we never going to have DCCP over IPv6?
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to