]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Set default congestion control when no sysctl.
authorStephen Hemminger <shemminger@osdl.org>
Wed, 1 Nov 2006 01:31:33 +0000 (17:31 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 1 Nov 2006 23:42:34 +0000 (15:42 -0800)
commit0336d6a9808cad883fd0aa9bbe84552f17ca598b
treef7d285697c143b5f28a4389d994c72fdfa78684f
parent6eac4495237b4eee77ed23b8985c816b3f361fcd
[TCP]: Set default congestion control when no sysctl.

The setting of the default congestion control was buried in
the sysctl code so it would not be done properly if SYSCTL was
not enabled.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp_cong.c