Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 04/22/2004 02:19:39
Module Name:	src
Committed By:	tls
Date:		Thu Apr 22 02:19:39 UTC 2004

Modified Files:
	src/sys/netinet: tcp_subr.c

Log Message:
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.163 -r1.164 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.