cvs commit: src/sys/netinet tcp_syncache.c

Mike Silbersack silby at FreeBSD.org
Mon Nov 19 22:56:05 PST 2007


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


More information about the cvs-src mailing list