Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
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.
Home |
Main Index |
Thread Index |
Old Index