Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2002 15:24:13 -0800 (PST)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <200210312324.g9VNODXs029570@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2002/10/31 15:24:13 PST

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
   - Consistently update snd_wl1, snd_wl2, and rcv_up in the header
     prediction code.  Previously, 2GB worth of header predicted data
     could leave these variables too far out of sequence which would cause
     problems after receiving a packet that did not match the header
     prediction.
  
  Submitted by:   Bill Baumann <bbaumann@isilon.com>
  Sponsored by:   Isilon Systems, Inc.
  Reviewed by:    hsu, pete@isilon.com, neal@isilon.com, aaronp@isilon.com
  
  Revision  Changes    Path
  1.180     +15 -1     src/sys/netinet/tcp_input.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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