summaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorAdrian Bunk2005-06-27 00:21:15 +0200
committerDavid S. Miller2005-06-27 00:21:15 +0200
commit60fe7403209179fccd6629172c4b36acc69c5db6 (patch)
treebe1fb481d95577712889eee010d08ca3bbff955b /net/ipv4/Kconfig
parent[IPV4]: Fix thinko in TCP_CONG_BIC default. (diff)
downloadkernel-qcow2-linux-60fe7403209179fccd6629172c4b36acc69c5db6.tar.gz
kernel-qcow2-linux-60fe7403209179fccd6629172c4b36acc69c5db6.tar.xz
kernel-qcow2-linux-60fe7403209179fccd6629172c4b36acc69c5db6.zip
[TCP]: Let TCP_CONG_ADVANCED default to n
It doesn't seem to make much sense to let an "If unsure, say N." option default to y. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 7342a9afe018..3e63123f7bbd 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -448,7 +448,6 @@ config IP_TCPDIAG_IPV6
config TCP_CONG_ADVANCED
bool "TCP: advanced congestion control"
depends on INET
- default y
---help---
Support for selection of various TCP congestion control
modules.