Date: Mon, 19 Jun 2006 12:33:53 +0000 (UTC) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <200606191233.k5JCXrO0058328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2006-06-19 12:33:53 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: When we receive an out-of-window SYN for an "ESTABLISHED" connection, ACK the SYN as required by RFC793, rather than ignoring it. NetBSD have had a similar change since 1999. PR: 93236 Submitted by: Grant Edwards <grante@visi.com> MFC after: 1 month Revision Changes Path 1.300 +2 -0 src/sys/netinet/tcp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606191233.k5JCXrO0058328>