[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <b37e4220-b857-4853-f2e2-b77bb08115e5@gmx.de>
Date: Wed, 30 Nov 2016 23:31:29 +0100
From: Bernhard Held <berny156@....de>
To: "David S. Miller" <davem@...emloft.net>,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Cc: Neal Cardwell <ncardwell@...gle.com>
Subject: [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default
congestion algorithm
Add missing line to be able to make BBR the default
congestion algorithm.
Signed-off-by: Bernhard Held <berny156@....de>
---
net/ipv4/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 300b068..b54b3ca 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -715,6 +715,7 @@ config DEFAULT_TCP_CONG
default "reno" if DEFAULT_RENO
default "dctcp" if DEFAULT_DCTCP
default "cdg" if DEFAULT_CDG
+ default "bbr" if DEFAULT_BBR
default "cubic"
config TCP_MD5SIG
Powered by blists - more mailing lists