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

Add BBR TCP Congestion support

This commit is contained in:
Ycarus 2018-03-29 18:36:07 +02:00
parent 934e0f966d
commit 32131e2a1a
2 changed files with 2 additions and 2 deletions

View file

@ -4779,7 +4779,7 @@ CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_TCG_XEN is not set
# CONFIG_TCIC is not set
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_CDG is not set
CONFIG_TCP_CONG_CUBIC=y

View file

@ -4504,7 +4504,7 @@ CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_TCG_XEN is not set
# CONFIG_TCIC is not set
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_CDG is not set
CONFIG_TCP_CONG_CUBIC=y