mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Enable BBR and BBR2 only on some arch
This commit is contained in:
parent
4a7fdde6e1
commit
4caeae2a66
3 changed files with 7 additions and 3 deletions
|
@ -2793,7 +2793,7 @@ CONFIG_INET=y
|
|||
# CONFIG_INET6_TUNNEL is not set
|
||||
# CONFIG_INET6_XFRM_TUNNEL is not set
|
||||
# CONFIG_INET_AH is not set
|
||||
# CONFIG_INET_DIAG is not set
|
||||
CONFIG_INET_DIAG=y
|
||||
# CONFIG_INET_ESP is not set
|
||||
# CONFIG_INET_ESPINTCP is not set
|
||||
# CONFIG_INET_IPCOMP is not set
|
||||
|
@ -6723,8 +6723,8 @@ CONFIG_SYSVIPC_SYSCTL=y
|
|||
# CONFIG_TCG_XEN is not set
|
||||
# CONFIG_TCIC is not set
|
||||
CONFIG_TCP_CONG_ADVANCED=y
|
||||
CONFIG_TCP_CONG_BBR=y
|
||||
CONFIG_TCP_CONG_BBR2=y
|
||||
# CONFIG_TCP_CONG_BBR is not set
|
||||
# CONFIG_TCP_CONG_BBR2 is not set
|
||||
CONFIG_TCP_CONG_BIC=y
|
||||
CONFIG_TCP_CONG_CDG=y
|
||||
CONFIG_TCP_CONG_CUBIC=y
|
||||
|
|
|
@ -632,6 +632,8 @@ CONFIG_SYNC_FILE=y
|
|||
CONFIG_SYSCTL_EXCEPTION_TRACE=y
|
||||
CONFIG_SYSFS_SYSCALL=y
|
||||
CONFIG_SYSVIPC_COMPAT=y
|
||||
CONFIG_TCP_CONG_BBR=y
|
||||
CONFIG_TCP_CONG_BBR2=y
|
||||
# CONFIG_TEXTSEARCH is not set
|
||||
CONFIG_THERMAL=y
|
||||
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
|
||||
|
|
|
@ -480,6 +480,8 @@ CONFIG_SYNC_FILE=y
|
|||
CONFIG_SYSCTL_EXCEPTION_TRACE=y
|
||||
# CONFIG_SYSFB_SIMPLEFB is not set
|
||||
# CONFIG_SYSTEM76_ACPI is not set
|
||||
CONFIG_TCP_CONG_BBR=y
|
||||
CONFIG_TCP_CONG_BBR2=y
|
||||
# CONFIG_TELCLOCK is not set
|
||||
# CONFIG_TEST_FPU is not set
|
||||
CONFIG_THERMAL=y
|
||||
|
|
Loading…
Reference in a new issue