mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Add BBR TCP Congestion
This commit is contained in:
parent
37c8740e40
commit
19449c8001
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ define Package/mptcp
|
||||||
CONFIG_TCP_CONG_LIA=y \
|
CONFIG_TCP_CONG_LIA=y \
|
||||||
CONFIG_TCP_CONG_OLIA=y \
|
CONFIG_TCP_CONG_OLIA=y \
|
||||||
CONFIG_TCP_CONG_WVEGAS=y \
|
CONFIG_TCP_CONG_WVEGAS=y \
|
||||||
|
CONFIG_TCP_CONG_BBR=y \
|
||||||
CONFIG_DEFAULT_TCP_CONG="olia"
|
CONFIG_DEFAULT_TCP_CONG="olia"
|
||||||
|
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
|
|
Loading…
Reference in a new issue