Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2005 20:26:07 +0000 (UTC)
From:      Paul Saab <ps@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_output.c tcp_syncache.c
Message-ID:  <200504212026.j3LKQ7wP046057@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-04-21 20:26:07 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_output.c tcp_syncache.c 
  Log:
  Fix for interaction problems between TCP SACK and TCP Signature.
  If TCP Signatures are enabled, the maximum allowed sack blocks aren't
  going to fit. The fix is to compute how many sack blocks fit and tack
  these on last. Also on SYNs, defer padding until after the SACK
  PERMITTED option has been added.
  
  Found by:       Mohan Srinivasan.
  Submitted by:   Mohan Srinivasan, Noritoshi Demizu.
  Reviewed by:    Raja Mukerji.
  
  Revision  Changes    Path
  1.110     +84 -45    src/sys/netinet/tcp_output.c
  1.73      +22 -10    src/sys/netinet/tcp_syncache.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504212026.j3LKQ7wP046057>