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: christos
Date: Wed Apr 10 00:16:04 UTC 2013
Modified Files:
src/sys/netinet: tcp_subr.c tcp_usrreq.c tcp_var.h
Log Message:
Limit the tcp initial window setting to 10, leaving it by default to 4
and simplifying the code in process. Per draft-ietf-initcwnd-08.txt.
To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 src/sys/netinet/tcp_subr.c
cvs rdiff -u -r1.165 -r1.166 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.169 -r1.170 src/sys/netinet/tcp_var.h
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