All of lore.kernel.org
 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

* Re: [PATCH] Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set
  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
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-11-28 17:15 UTC (permalink / raw)
  To: jwollrath; +Cc: netdev

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.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.