Date: Tue, 20 Nov 2007 06:56:04 +0000 (UTC) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.c Message-ID: <200711200656.lAK6u4bc021279@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2007-11-20 06:56:04 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_syncache.c
Log:
Comment out the syncache's test which ensures that hosts which negotiate TCP
timestamps in the initial SYN packet actually use them in the rest of the
connection. Unfortunately, during the 7.0 testing cycle users have already
found network devices that violate this constraint.
RFC 1323 states 'and may send a TSopt in other segments' rather than
'and MUST send', so we must allow it.
Discovered by: Rob Zietlow
Tracked down by: Kip Macy
PR: bin/118005
Revision Changes Path
1.134 +6 -0 src/sys/netinet/tcp_syncache.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711200656.lAK6u4bc021279>
