[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100108124033.GA28782@hmsreliant.think-freely.org>
Date: Fri, 8 Jan 2010 07:40:33 -0500
From: Neil Horman <nhorman@...driver.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, ilpo.jarvinen@...sinki.fi
Subject: Re: BSD 4.2 style TCP keepalives
On Tue, Jan 05, 2010 at 04:39:11PM -0800, David Miller wrote:
>
> To make a long story short, there are still some Windows 2000
> machines out there emitting BSD 4.2 style keepalives (one garbage
> byte instead of an empty out-of-window probe frame).
>
> We don't ACK these because of how tcp_sequence() sees ->end_seq
> as being equal to ->rcv_wup
>
> But we can't change tcp_sequence() to reject these frames, because if
> we do then we end up mishandling connection attempts (SYN, SYN+ACK)
> and retransmits of such.
>
> Neil has shown me a patch that does a by-hand special case of this
> one-garbage-byte keepalive inside of tcp_rcv_established().
>
> Anyone have suggestions for an alternative and perhaps cleaner
> implementation of a fix?
>
> Thanks!
>
Dave, sorry about this, but it looks like we can scrap this, I just looked at
the initial tcpdump this was reported in, and apparently w2k doesn't compute the
checksum properly on these old style keepalives. Wireshark disables tcp
keepalive validation by default, so it wasn't clear to see, but as soon as you
enable it, the checksum is marked as bad in all of those frames. So we've got
nothing to do here, except maybe make a note of this in case we hit it again in
the future.
Thanks!
Neil
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists