cvs commit: src/sys/netinet tcp_sack.c

Paul Saab ps at FreeBSD.org
Sun Feb 27 20:39:04 GMT 2005


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


More information about the cvs-all mailing list