Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1533643
| From | Bernhard Held <berny156@gmx.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm |
| Date | 2016-11-30 23:40 +0100 |
| Message-ID | <sJlHH-3BF-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm Bernhard Held <berny156@gmx.de> - 2016-11-30 23:40 +0100 Re: [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm Eric Dumazet <eric.dumazet@gmail.com> - 2016-12-01 00:10 +0100 Re: [PATCH] tcp_bbr: fix Kconfig to be able to make BBR the default congestion algorithm David Miller <davem@davemloft.net> - 2016-12-01 04:50 +0100
csiph-web