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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to