1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Enable BBR and BBR2 only on some arch

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-07-30 21:11:56 +02:00
parent 4a7fdde6e1
commit 4caeae2a66
3 changed files with 7 additions and 3 deletions

View file

@ -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