aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2018-02-14 14:58:39 +0100
committerVinod Koul <vkoul@kernel.org>2020-04-13 17:46:04 +0530
commite5b899d34f90711a2b8b3d2fc76f4aa685286528 (patch)
tree66547b24fad75cc63583d60629f85c25a6a5dc23
parent7e1544fbbca6febcf9ff77e3d2d58ff9faf8e7d3 (diff)
kernel: distro.config: enable 'BBR' TCP congestion algorithm
Coupled with the 'fq' qdisc it can do packet pacing to fight both bufferbloat and packet loss. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--kernel/configs/distro.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config
index c9f0492ce241..8da09f9619b5 100644
--- a/kernel/configs/distro.config
+++ b/kernel/configs/distro.config
@@ -236,6 +236,8 @@ CONFIG_I2C_CHARDEV=y
CONFIG_SPI_SPIDEV=m
CONFIG_ZSMALLOC=m
CONFIG_ZRAM=m
+CONFIG_TCP_CONG_ADVANCED=y
+CONFIG_TCP_CONG_BBR=m
# PPP
CONFIG_PPP=m