Skip to content

Commit

Permalink
net: tcp: make hybla selectable as default congestion module
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Mar 17, 2010
1 parent 2fb3573 commit dd2acaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,9 @@ choice
config DEFAULT_HTCP
bool "Htcp" if TCP_CONG_HTCP=y

config DEFAULT_HYBLA
bool "Hybla" if TCP_CONG_HYBLA=y

config DEFAULT_VEGAS
bool "Vegas" if TCP_CONG_VEGAS=y

Expand All @@ -610,6 +613,7 @@ config DEFAULT_TCP_CONG
default "bic" if DEFAULT_BIC
default "cubic" if DEFAULT_CUBIC
default "htcp" if DEFAULT_HTCP
default "hybla" if DEFAULT_HYBLA
default "vegas" if DEFAULT_VEGAS
default "westwood" if DEFAULT_WESTWOOD
default "reno" if DEFAULT_RENO
Expand Down

0 comments on commit dd2acaa

Please sign in to comment.