From 32131e2a1ab653b6d129246ec9ade84e94b6c209 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 29 Mar 2018 18:36:07 +0200 Subject: [PATCH] Add BBR TCP Congestion support --- root/target/linux/generic/config-4.14 | 2 +- root/target/linux/generic/config-4.9 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/root/target/linux/generic/config-4.14 b/root/target/linux/generic/config-4.14 index edea0b0f..e6d22977 100644 --- a/root/target/linux/generic/config-4.14 +++ b/root/target/linux/generic/config-4.14 @@ -4779,7 +4779,7 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TCG_XEN is not set # CONFIG_TCIC is not set CONFIG_TCP_CONG_ADVANCED=y -# CONFIG_TCP_CONG_BBR is not set +CONFIG_TCP_CONG_BBR=y # CONFIG_TCP_CONG_BIC is not set # CONFIG_TCP_CONG_CDG is not set CONFIG_TCP_CONG_CUBIC=y diff --git a/root/target/linux/generic/config-4.9 b/root/target/linux/generic/config-4.9 index b415a206..ceac7fac 100644 --- a/root/target/linux/generic/config-4.9 +++ b/root/target/linux/generic/config-4.9 @@ -4504,7 +4504,7 @@ CONFIG_SYSVIPC_SYSCTL=y # CONFIG_TCG_XEN is not set # CONFIG_TCIC is not set CONFIG_TCP_CONG_ADVANCED=y -# CONFIG_TCP_CONG_BBR is not set +CONFIG_TCP_CONG_BBR=y # CONFIG_TCP_CONG_BIC is not set # CONFIG_TCP_CONG_CDG is not set CONFIG_TCP_CONG_CUBIC=y