netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm
@ 2016-11-30 22:31 Bernhard Held
  2016-11-30 23:04 ` Eric Dumazet
  2016-12-01  3:43 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Bernhard Held @ 2016-11-30 22:31 UTC (permalink / raw)
  To: David S. Miller, linux-kernel, netdev; +Cc: Neal Cardwell

Add missing line to be able to make BBR the default
congestion algorithm.

Signed-off-by: Bernhard Held <berny156@gmx.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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-01  3:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 22:31 [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm Bernhard Held
2016-11-30 23:04 ` Eric Dumazet
2016-12-01  3:43 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).