netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set
@ 2016-11-25 14:05 Julian Wollrath
  2016-11-28 17:15 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Julian Wollrath @ 2016-11-25 14:05 UTC (permalink / raw)
  To: netdev; +Cc: Julian Wollrath

Signed-off-by: Julian Wollrath <jwollrath@web.de>
---
 net/ipv4/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 300b06888fdf..b54b3ca939db 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
-- 
2.10.2

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

end of thread, other threads:[~2016-11-28 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25 14:05 [PATCH] Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set Julian Wollrath
2016-11-28 17:15 ` 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).