change tcp congestion from cubic to bbr, maybe speed up tcp connections.
This commit is contained in:
parent
4128d1e700
commit
1c6fcb771b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue