Subject: CVS commit: [netbsd-2-0] src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/22/2004 07:49:10
Module Name:	src
Committed By:	tron
Date:		Thu Apr 22 07:49:10 UTC 2004

Modified Files:
	src/sys/netinet [netbsd-2-0]: tcp_subr.c

Log Message:
Pull up revision 1.164 (requested by tls in ticket #172):
Change the default state of two tunables; bring our TCP a little bit
closer to normal behaviour for the current century.
New Reno is now on by default (which is really the only reasonable
choice, since we don't do SACK); instead of an initial window of 1
for non-local nets, we now use Sally Floyd's magic 4K rule.


To generate a diff of this commit:
cvs rdiff -r1.160.2.2 -r1.160.2.3 src/sys/netinet/tcp_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.