Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2005 22:54:18 +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_input.c tcp_subr.c
Message-ID:  <200507012254.j61MsIbJ025713@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-07-01 22:54:18 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_subr.c 
  Log:
  Fix for a bug in the change that defers sack option processing until
  after PAWS checks. The symptom of this is an inconsistency in the cached
  sack state, caused by the fact that the sack scoreboard was not being
  updated for an ACK handled in the header prediction path.
  
  Found by:       Andrey Chernov.
  Submitted by:   Noritoshi Demizu, Raja Mukerji.
  Approved by:    re
  
  Revision  Changes    Path
  1.280     +4 -2      src/sys/netinet/tcp_input.c
  1.228     +1 -2      src/sys/netinet/tcp_subr.c



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