Re: TCP with IPv6 always refuses timestamps

kuznet@ms2.inr.ac.ru
Thu, 20 Dec 2001 21:05:43 +0300 (MSK)


Hello!

> Another bug found.

This is easy, fortunately.

Alexey

--- ../vger3-011203/linux/net/ipv6/tcp_ipv6.c Sat Nov 10 21:45:08 2001
+++ linux/net/ipv6/tcp_ipv6.c Thu Dec 20 20:58:06 2001
@@ -1172,6 +1180,7 @@

tcp_parse_options(skb, &tp, 0);

+ tp.tstamp_ok = tp.saw_tstamp;
tcp_openreq_init(req, &tp, skb);

req->class = &or_ipv6;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/