Skip to content

Commit

Permalink
net: tcp: make veno 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 dd2acaa commit 6ce1a6d
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 @@ -593,6 +593,9 @@ choice
config DEFAULT_VEGAS
bool "Vegas" if TCP_CONG_VEGAS=y

config DEFAULT_VENO
bool "Veno" if TCP_CONG_VENO=y

config DEFAULT_WESTWOOD
bool "Westwood" if TCP_CONG_WESTWOOD=y

Expand All @@ -616,6 +619,7 @@ config DEFAULT_TCP_CONG
default "hybla" if DEFAULT_HYBLA
default "vegas" if DEFAULT_VEGAS
default "westwood" if DEFAULT_WESTWOOD
default "veno" if DEFAULT_VENO
default "reno" if DEFAULT_RENO
default "cubic"

Expand Down

0 comments on commit 6ce1a6d

Please sign in to comment.