cvs commit: src/sys/netinet tcp_syncache.c

Paul Saab ps at FreeBSD.org
Thu Apr 21 13:09:09 PDT 2005


ps          2005-04-21 20:09:09 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_syncache.c 
  Log:
  Fix for 2 bugs related to TCP Signatures :
  - If the peer sends the Signature option in the SYN, use of Timestamps
    and Window Scaling were disabled (even if the peer supports them).
  - The sender must not disable signatures if the option is absent in
    the received SYN. (See comment in syncache_add()).
  
  Found, Submitted by:    Noritoshi Demizu <demizu at dd dot ij4u dot or dot jp>.
  Reviewed by:            Mohan Srinivasan <mohans at yahoo-inc dot com>.
  
  Revision  Changes    Path
  1.71      +10 -7     src/sys/netinet/tcp_syncache.c


More information about the cvs-src mailing list