projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68c1644
)
tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is set
author
Julian Wollrath
<jwollrath@web.de>
Fri, 25 Nov 2016 14:05:26 +0000
(15:05 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Nov 2016 17:15:00 +0000
(12:15 -0500)
Signed-off-by: Julian Wollrath <jwollrath@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/Kconfig
b/net/ipv4/Kconfig
index 300b06888fdfd0139eddf202b1d4ef9ee90c1f76..b54b3ca939db3984e8c5f839d8f56f01e60dea9f 100644
(file)
--- 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