Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 11/04/2007 11:04:28
Module Name:	src
Committed By:	rmind
Date:		Sun Nov  4 11:04:28 UTC 2007

Modified Files:
	src/sys/netinet: tcp_input.c tcp_usrreq.c

Log Message:
Pick the smallest possible TCP window scaling factor that will still allow
us to scale up to sb_max.  This might fix the problems with some firewalls.

Taken from FreeBSD (silby).
OK by <dyoung>.


To generate a diff of this commit:
cvs rdiff -r1.270 -r1.271 src/sys/netinet/tcp_input.c
cvs rdiff -r1.137 -r1.138 src/sys/netinet/tcp_usrreq.c

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