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: matt
Date: Fri Feb 29 07:39:17 UTC 2008
Modified Files:
src/sys/netinet: tcp_congctl.c tcp_congctl.h tcp_subr.c tcp_var.h
Log Message:
Rework tcp congctl selection code so that the congctl entries can be const.
Don't access tcp_congctl stuff outside of tcp_congctl.c, use routines to
update t_congctl. This code is slightly now more complicated.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/netinet/tcp_congctl.c
cvs rdiff -r1.3 -r1.4 src/sys/netinet/tcp_congctl.h
cvs rdiff -r1.223 -r1.224 src/sys/netinet/tcp_subr.c
cvs rdiff -r1.152 -r1.153 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