]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Add pluggable congestion control algorithm infrastructure.
authorStephen Hemminger <shemminger@osdl.org>
Thu, 23 Jun 2005 19:19:55 +0000 (12:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2005 19:19:55 +0000 (12:19 -0700)
commit257a6cff12b09fbc46f929238452387d4ecc478c
treecaeba9839dee264f59b035b81c3d13d6c61b638e
parent106db46bbd6ea7e6a7ebba976b9a26bd283ae656
[TCP]: Add pluggable congestion control algorithm infrastructure.

Allow TCP to have multiple pluggable congestion control algorithms.
Algorithms are defined by a set of operations and can be built in
or modules.  The legacy "new RENO" algorithm is used as a starting
point and fallback.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 files changed:
include/linux/sysctl.h
include/linux/tcp.h
include/net/tcp.h
net/ipv4/Makefile
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp.c
net/ipv4/tcp_cong.c [new file with mode: 0644]
net/ipv4/tcp_diag.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_output.c
net/ipv6/tcp_ipv6.c