Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2001 14:11:24 -0800 (PST)
From:      Nate Williams <nate@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <200111122211.fACMBOS36705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nate        2001/11/12 14:11:24 PST

  Modified files:        (Branch: RELENG_4)
    sys/netinet          tcp_input.c 
  Log:
  MFH: V1.139
     when newreno is turned on, if dupacks = 1 or dupacks = 2 and
     new data is acknowledged, reset the dupacks to 0.
     The problem was spotted when a connection had its send buffer full
     because the congestion window was only 1 MSS and was not being incremented
     because dupacks was not reset to 0.
  
  Reviewed by:	jlemon
  
  Revision    Changes    Path
  1.107.2.18  +3 -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?200111122211.fACMBOS36705>