cvs commit: src/sys/netinet tcp_input.c
David Malone
dwmalone at FreeBSD.org
Mon Jun 19 12:33:53 UTC 2006
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 at visi.com>
MFC after: 1 month
Revision Changes Path
1.300 +2 -0 src/sys/netinet/tcp_input.c
More information about the cvs-src
mailing list