New tcp default config
means we can eliminate the hack
that was used previous

Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>

--- net-2.6.19.orig/net/ipv4/Kconfig    2006-09-19 14:27:58.000000000 -0700
+++ net-2.6.19/net/ipv4/Kconfig 2006-09-19 14:28:17.000000000 -0700
@@ -602,10 +602,6 @@
 
 endmenu
 
-config DEFAULT_BIC
-       depends on !TCP_CONG_ADVANCED
-       default y
-
 config DEFAULT_TCP_CONG
        string
        default "bic" if DEFAULT_BIC
@@ -614,6 +610,7 @@
        default "vegas" if DEFAULT_VEGAS
        default "westwood" if DEFAULT_WESTWOOD
        default "reno" if DEFAULT_RENO
+       default "bic"
 
 source "net/ipv4/ipvs/Kconfig"
 
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to