From 1c6fcb771b01470394a5954f1cb223893587c9c8 Mon Sep 17 00:00:00 2001 From: wangzijiao Date: Wed, 26 Sep 2018 11:47:12 +0800 Subject: [PATCH] change tcp congestion from cubic to bbr, maybe speed up tcp connections. --- target/allwinner/mandolin-pv1/config-4.9 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/allwinner/mandolin-pv1/config-4.9 b/target/allwinner/mandolin-pv1/config-4.9 index f1574ad06..86487c434 100644 --- a/target/allwinner/mandolin-pv1/config-4.9 +++ b/target/allwinner/mandolin-pv1/config-4.9 @@ -265,9 +265,12 @@ CONFIG_DEBUG_VM=y # CONFIG_DEBUG_VM_VMACACHE is not set # CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set CONFIG_DECOMPRESS_GZIP=y +CONFIG_DEFAULT_BBR=y CONFIG_DEFAULT_CFQ=y +# CONFIG_DEFAULT_CUBIC is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_IOSCHED="cfq" +CONFIG_DEFAULT_TCP_CONG="bbr" # CONFIG_DEFAULT_USE_ENERGY_AWARE is not set CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y @@ -883,7 +886,7 @@ CONFIG_SWP_EMULATE=y CONFIG_SW_SYNC=y CONFIG_SYNC_FILE=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y -# CONFIG_TCP_CONG_BBR is not set +CONFIG_TCP_CONG_BBR=y # CONFIG_TCP_CONG_NV is not set # CONFIG_TEE is not set # CONFIG_TEST_BITMAP is not set