diff mbox

Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set

Message ID 20161125140526.2486-1-jwollrath@web.de
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Julian Wollrath Nov. 25, 2016, 2:05 p.m. UTC
Signed-off-by: Julian Wollrath <jwollrath@web.de>
---
 net/ipv4/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

David Miller Nov. 28, 2016, 5:15 p.m. UTC | #1
From: Julian Wollrath <jwollrath@web.de>
Date: Fri, 25 Nov 2016 15:05:26 +0100

> Signed-off-by: Julian Wollrath <jwollrath@web.de>

Applied, thanks.
diff mbox

Patch

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