cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_var.h
Jeffrey Hsu
hsu at crater.dragonflybsd.org
Sat Jan 8 01:27:51 PST 2005
hsu 2005/01/08 01:26:32 PST
DragonFly src repository
Modified files:
sys/netinet tcp_input.c tcp_output.c tcp_var.h
Log:
Remove the sysctl options for altering the initial TCP congestion window size.
They violate the TCP spec and don't really buy the user anything, especially
now that we have RFC3390 support for larger initial window sizes on by default.
Revision Changes Path
1.50 +1 -4 src/sys/netinet/tcp_input.c
1.23 +1 -16 src/sys/netinet/tcp_output.c
1.28 +0 -2 src/sys/netinet/tcp_var.h
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_input.c.diff?r1=1.49&r2=1.50&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_output.c.diff?r1=1.22&r2=1.23&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_var.h.diff?r1=1.27&r2=1.28&f=u
More information about the Commits
mailing list