aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-03-11 04:57:28 -0500
committerDavid S. Miller <davem@davemloft.net>2010-03-17 00:23:21 -0400
commit6ce1a6df6efbbeaa262a225a1a439ebc30a75d2e (patch)
tree0d16b7e04b3b5f9d58a74ba1d0ec9a1cc6540ca6 /net/ipv4/Kconfig
parentdd2acaa7bcb150dadac0b17c8eb654b0712a62ab (diff)
net: tcp: make veno selectable as default congestion module
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 731c47ba6ad2..c9a1c68767ff 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -593,6 +593,9 @@ choice
593 config DEFAULT_VEGAS 593 config DEFAULT_VEGAS
594 bool "Vegas" if TCP_CONG_VEGAS=y 594 bool "Vegas" if TCP_CONG_VEGAS=y
595 595
596 config DEFAULT_VENO
597 bool "Veno" if TCP_CONG_VENO=y
598
596 config DEFAULT_WESTWOOD 599 config DEFAULT_WESTWOOD
597 bool "Westwood" if TCP_CONG_WESTWOOD=y 600 bool "Westwood" if TCP_CONG_WESTWOOD=y
598 601
@@ -616,6 +619,7 @@ config DEFAULT_TCP_CONG
616 default "hybla" if DEFAULT_HYBLA 619 default "hybla" if DEFAULT_HYBLA
617 default "vegas" if DEFAULT_VEGAS 620 default "vegas" if DEFAULT_VEGAS
618 default "westwood" if DEFAULT_WESTWOOD 621 default "westwood" if DEFAULT_WESTWOOD
622 default "veno" if DEFAULT_VENO
619 default "reno" if DEFAULT_RENO 623 default "reno" if DEFAULT_RENO
620 default "cubic" 624 default "cubic"
621 625