mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
net: tcp: make hybla selectable as default congestion module
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2fb3573dfb
commit
dd2acaa7bc
@ -587,6 +587,9 @@ choice
|
|||||||
config DEFAULT_HTCP
|
config DEFAULT_HTCP
|
||||||
bool "Htcp" if TCP_CONG_HTCP=y
|
bool "Htcp" if TCP_CONG_HTCP=y
|
||||||
|
|
||||||
|
config DEFAULT_HYBLA
|
||||||
|
bool "Hybla" if TCP_CONG_HYBLA=y
|
||||||
|
|
||||||
config DEFAULT_VEGAS
|
config DEFAULT_VEGAS
|
||||||
bool "Vegas" if TCP_CONG_VEGAS=y
|
bool "Vegas" if TCP_CONG_VEGAS=y
|
||||||
|
|
||||||
@ -610,6 +613,7 @@ config DEFAULT_TCP_CONG
|
|||||||
default "bic" if DEFAULT_BIC
|
default "bic" if DEFAULT_BIC
|
||||||
default "cubic" if DEFAULT_CUBIC
|
default "cubic" if DEFAULT_CUBIC
|
||||||
default "htcp" if DEFAULT_HTCP
|
default "htcp" if DEFAULT_HTCP
|
||||||
|
default "hybla" if DEFAULT_HYBLA
|
||||||
default "vegas" if DEFAULT_VEGAS
|
default "vegas" if DEFAULT_VEGAS
|
||||||
default "westwood" if DEFAULT_WESTWOOD
|
default "westwood" if DEFAULT_WESTWOOD
|
||||||
default "reno" if DEFAULT_RENO
|
default "reno" if DEFAULT_RENO
|
||||||
|
Loading…
Reference in New Issue
Block a user