]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[TCP]: Allow choosing TCP congestion control via sockopt.
authorStephen Hemminger <shemminger@osdl.org>
Fri, 24 Jun 2005 03:37:36 +0000 (20:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2005 03:37:36 +0000 (20:37 -0700)
commit5f8ef48d240963093451bcf83df89f1a1364f51d
treececb30c2f59778f7f509a84b3aa7ea097c3f2b27
parent51b0bdedb8e784d0d969a6b77151911130812400
[TCP]: Allow choosing TCP congestion control via sockopt.

Allow using setsockopt to set TCP congestion control to use on a per
socket basis.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_cong.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c