Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 1996 10:09:23 -0800 (PST)
From:      Garrett Wollman <wollman>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/netinet tcp_input.c tcp_var.h
Message-ID:  <199603221809.KAA18655@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

wollman     96/03/22 10:09:22

  Modified:    sys/netinet  tcp_input.c tcp_var.h
  Log:
  A number of performance-reducing flaws fixed based on comments
  from Larry Peterson &co. at Arizona:
  
  - Header prediction for ACKs did not exclude Fast Retransmit/Recovery.
  - srtt calculation tended to get ``stuck'' and could never decrease
    when below 8.  It still can't, but the scaling factors are adjusted
    so that this artifact does not cause as bad an effect on the RTO
    value as it used to.
  
  The paper also points out the incr/8 error that has been long since fixed,
  and the problems with ACKing frequency resulting from the use of options
  which I suspect to be fixed already as well (as part of the T/TCP work).
  
  Obtained from:	Brakmo & Peterson, ``Performance Problems in BSD4.4 TCP''
  
  Revision  Changes    Path
  1.39      +54 -3     src/sys/netinet/tcp_input.c
  1.31      +23 -1     src/sys/netinet/tcp_var.h



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