mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +00:00
Add 6.1 config for BBRv3/BBRv1
This commit is contained in:
parent
494eaf92ad
commit
7af17fcf26
1 changed files with 2 additions and 0 deletions
|
@ -1463,6 +1463,7 @@ CONFIG_DEBUG_KERNEL=y
|
|||
# CONFIG_DECNET is not set
|
||||
# CONFIG_DEFAULT_CODEL is not set
|
||||
# CONFIG_DEFAULT_BBR is not set
|
||||
# CONFIG_DEFAULT_BBR1 is not set
|
||||
# CONFIG_DEFAULT_BBR2 is not set
|
||||
# CONFIG_DEFAULT_BIC is not set
|
||||
# CONFIG_DEFAULT_HTCP is not set
|
||||
|
@ -6727,6 +6728,7 @@ CONFIG_SYSVIPC_SYSCTL=y
|
|||
# CONFIG_TCIC is not set
|
||||
CONFIG_TCP_CONG_ADVANCED=y
|
||||
CONFIG_TCP_CONG_BBR=y
|
||||
CONFIG_TCP_CONG_BBR1=y
|
||||
CONFIG_TCP_CONG_BBR2=y
|
||||
CONFIG_TCP_CONG_BIC=y
|
||||
CONFIG_TCP_CONG_CDG=y
|
||||
|
|
Loading…
Reference in a new issue