From 3d36750b1491e79529481f104cf46470407c6e79 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 11 Aug 2021 17:35:04 +0200 Subject: [PATCH] aptenodytes: Drop unused TCP congestion control algorithms --- aptenodytes-config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/aptenodytes-config b/aptenodytes-config index 80a6884..96f53f4 100644 --- a/aptenodytes-config +++ b/aptenodytes-config @@ -906,7 +906,7 @@ CONFIG_TCP_CONG_WESTWOOD=y # CONFIG_TCP_CONG_HTCP is not set # CONFIG_TCP_CONG_HSTCP is not set # CONFIG_TCP_CONG_HYBLA is not set -CONFIG_TCP_CONG_VEGAS=y +# CONFIG_TCP_CONG_VEGAS is not set # CONFIG_TCP_CONG_NV is not set # CONFIG_TCP_CONG_SCALABLE is not set # CONFIG_TCP_CONG_LP is not set @@ -915,10 +915,8 @@ CONFIG_TCP_CONG_VEGAS=y # CONFIG_TCP_CONG_ILLINOIS is not set # CONFIG_TCP_CONG_DCTCP is not set # CONFIG_TCP_CONG_CDG is not set -CONFIG_TCP_CONG_BBR=y -# CONFIG_DEFAULT_VEGAS is not set +# CONFIG_TCP_CONG_BBR is not set CONFIG_DEFAULT_WESTWOOD=y -# CONFIG_DEFAULT_BBR is not set # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="westwood" # CONFIG_TCP_MD5SIG is not set