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

Add BBRv2 for kernel 6.1

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-07-23 08:57:42 +02:00
parent 99dd5404bd
commit 484c03f162
2 changed files with 10594 additions and 15 deletions

View file

@ -1461,6 +1461,8 @@ CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_ZBOOT is not set # CONFIG_DEBUG_ZBOOT is not set
# CONFIG_DECNET is not set # CONFIG_DECNET is not set
# CONFIG_DEFAULT_CODEL is not set # CONFIG_DEFAULT_CODEL is not set
# CONFIG_DEFAULT_BBR is not set
# CONFIG_DEFAULT_BBR2 is not set
CONFIG_DEFAULT_CUBIC=y CONFIG_DEFAULT_CUBIC=y
CONFIG_DEFAULT_DEADLINE=y CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_FQ is not set # CONFIG_DEFAULT_FQ is not set
@ -4435,6 +4437,7 @@ CONFIG_NET_VENDOR_XIRCOM=y
# CONFIG_NET_VRF is not set # CONFIG_NET_VRF is not set
# CONFIG_NET_XGENE is not set # CONFIG_NET_XGENE is not set
CONFIG_NEW_LEDS=y CONFIG_NEW_LEDS=y
CONFIG_NF_CONNTRACK_CUSTOM=4
# CONFIG_NFC is not set # CONFIG_NFC is not set
# CONFIG_NFP is not set # CONFIG_NFP is not set
# CONFIG_NFSD is not set # CONFIG_NFSD is not set
@ -6712,22 +6715,23 @@ CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_TCG_XEN is not set # CONFIG_TCG_XEN is not set
# CONFIG_TCIC is not set # CONFIG_TCIC is not set
CONFIG_TCP_CONG_ADVANCED=y CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BBR is not set CONFIG_TCP_CONG_BBR=y
# CONFIG_TCP_CONG_BIC is not set CONFIG_TCP_CONG_BBR2=y
# CONFIG_TCP_CONG_CDG is not set CONFIG_TCP_CONG_BIC=y
CONFIG_TCP_CONG_CDG=y
CONFIG_TCP_CONG_CUBIC=y CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_DCTCP is not set CONFIG_TCP_CONG_DCTCP=y
# CONFIG_TCP_CONG_HSTCP is not set CONFIG_TCP_CONG_HSTCP=y
# CONFIG_TCP_CONG_HTCP is not set CONFIG_TCP_CONG_HTCP=y
# CONFIG_TCP_CONG_HYBLA is not set CONFIG_TCP_CONG_HYBLA=y
# CONFIG_TCP_CONG_ILLINOIS is not set CONFIG_TCP_CONG_ILLINOIS=y
# CONFIG_TCP_CONG_LP is not set CONFIG_TCP_CONG_LP=y
# CONFIG_TCP_CONG_NV is not set CONFIG_TCP_CONG_NV=y
# CONFIG_TCP_CONG_SCALABLE is not set CONFIG_TCP_CONG_SCALABLE=y
# CONFIG_TCP_CONG_VEGAS is not set CONFIG_TCP_CONG_VEGAS=y
# CONFIG_TCP_CONG_VENO is not set CONFIG_TCP_CONG_VENO=y
# CONFIG_TCP_CONG_WESTWOOD is not set CONFIG_TCP_CONG_WESTWOOD=y
# CONFIG_TCP_CONG_YEAH is not set CONFIG_TCP_CONG_YEAH=y
# CONFIG_TCP_MD5SIG is not set # CONFIG_TCP_MD5SIG is not set
# CONFIG_TCS3414 is not set # CONFIG_TCS3414 is not set
# CONFIG_TCS3472 is not set # CONFIG_TCS3472 is not set

File diff suppressed because it is too large Load diff