Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 20:39:04 +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_sack.c
Message-ID:  <200502272039.j1RKd4IV031768@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2005-02-27 20:39:04 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_sack.c 
  Log:
  If the receiver sends an ack that is out of [snd_una, snd_max],
  ignore the sack options in that segment. Else we'd end up
  corrupting the scoreboard.
  
  Found by:       Raja Mukerji (raja at moselle dot com)
  Submitted by:   Mohan Srinivasan
  
  Revision  Changes    Path
  1.9       +3 -0      src/sys/netinet/tcp_sack.c



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