OPNsense - FreeBSD source
Find a file
Garrett Wollman 233e8c18e8 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''
1996-03-22 18:09:21 +00:00
bin Fix 'stutter' in manpage. 1996-03-12 05:30:39 +00:00
eBones Big clean-up job. Remove ancient and never-to-be used stuff. 1996-03-11 16:17:58 +00:00
etc Install rc.pccard to get PC-CARD support (when available). 1996-03-22 17:28:07 +00:00
games add missing include files 1996-03-13 23:38:21 +00:00
gnu Don't count character ``+'' as garbage (c++.1, flex++.1) 1996-03-21 18:17:41 +00:00
include Don't reference ndbm(3) manpage. Everything is covered by db(3). 1996-03-03 09:04:40 +00:00
lib The 4.4-lite vfprintf counted the %# hex prefix and the sign in 1996-03-20 18:28:48 +00:00
libexec Fix bug that caused a coredump when attempting to enter passive mode when 1996-03-18 11:09:03 +00:00
lkm Add in both parts of the driver. LKM qcam driver now works. 1996-03-21 08:18:26 +00:00
release Whoops! Total brain-fade on that last "optimization" for mounting 1996-03-21 17:20:31 +00:00
sbin Fixed a type to match Lite2's fixed-width type changes. 1996-03-19 14:41:05 +00:00
secure Comment out the NOPROFILE=yes to make this orthogonal with the rest of our 1996-03-17 15:43:32 +00:00
share Add John Hay to list of FreeBSD contributors. 1996-03-22 10:59:56 +00:00
sys A number of performance-reducing flaws fixed based on comments 1996-03-22 18:09:21 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Cast char's to (u_char) before passing them to isctype() functions. 1996-03-19 21:21:06 +00:00
usr.sbin Whoops! Total brain-fade on that last "optimization" for mounting 1996-03-21 17:20:31 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add a hint that a make world is done so people don't think that the last 1996-03-11 14:59:10 +00:00