Re: [PATCH] fix select() for SOCK_RAW sockets (ipv6)

From: David S. Miller
Date: Tue Dec 07 2004 - 13:51:59 EST


On Tue, 7 Dec 2004 10:01:40 -0800
Stephen Hemminger <shemminger@xxxxxxxx> wrote:

> > Probably, we need to do the same for ipv6, don't we?
>
> diff -Nru a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
> --- a/net/ipv6/af_inet6.c 2004-12-07 10:02:50 -08:00
> +++ b/net/ipv6/af_inet6.c 2004-12-07 10:02:50 -08:00
> @@ -513,6 +513,27 @@

We didn't do the "UDP select() fix" on ipv6 because we don't
have the delayed checksumming optimization there. So the
ipv6 side really doesn't need this change.

Or did I miss something?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/