diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-06-26 18:21:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-26 18:21:15 -0400 |
commit | 60fe7403209179fccd6629172c4b36acc69c5db6 (patch) | |
tree | be1fb481d95577712889eee010d08ca3bbff955b | |
parent | 6c3607676c12d77d70cc712310f52fbc6af5895d (diff) |
[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>
-rw-r--r-- | net/ipv4/Kconfig | 1 |
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 | |||
448 | config TCP_CONG_ADVANCED | 448 | config TCP_CONG_ADVANCED |
449 | bool "TCP: advanced congestion control" | 449 | bool "TCP: advanced congestion control" |
450 | depends on INET | 450 | depends on INET |
451 | default y | ||
452 | ---help--- | 451 | ---help--- |
453 | Support for selection of various TCP congestion control | 452 | Support for selection of various TCP congestion control |
454 | modules. | 453 | modules. |