[2.6 patch] let TCP_CONG_ADVANCED default to n

From: Adrian Bunk
Date: Sun Jun 26 2005 - 11:06:44 EST


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@xxxxxxxxx>

--- linux-2.6.12-mm2-full/net/ipv4/Kconfig.old 2005-06-26 14:40:17.000000000 +0200
+++ linux-2.6.12-mm2-full/net/ipv4/Kconfig 2005-06-26 14:40:43.000000000 +0200
@@ -442,19 +442,18 @@

If unsure, say Y.

config IP_TCPDIAG_IPV6
def_bool (IP_TCPDIAG=y && IPV6=y) || (IP_TCPDIAG=m && 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.

Nearly all users can safely say no here, and a safe default
selection will be made (BIC-TCP with new Reno as a fallback).

If unsure, say N.


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html