Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2001 16:54:13 -0700 (PDT)
From:      Jayanth Vijayaraghavan <jayanth@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_input.c
Message-ID:  <200108292354.f7TNsDR25385@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jayanth     2001/08/29 16:54:13 PDT

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  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.
  
  Obtained from:		Yahoo!
  
  Revision  Changes    Path
  1.139     +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?200108292354.f7TNsDR25385>