aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-03-11 04:57:27 -0500
committerDavid S. Miller <davem@davemloft.net>2010-03-17 00:23:20 -0400
commitdd2acaa7bcb150dadac0b17c8eb654b0712a62ab (patch)
tree5abf928b75036f6c453cb213af2538d63d986eac /net/ipv4/Kconfig
parent2fb3573dfbca0bd853ddc1e47617eb446fa3deae (diff)
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>
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 0c94a1ac2946..731c47ba6ad2 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -587,6 +587,9 @@ choice
587 config DEFAULT_HTCP 587 config DEFAULT_HTCP
588 bool "Htcp" if TCP_CONG_HTCP=y 588 bool "Htcp" if TCP_CONG_HTCP=y
589 589
590 config DEFAULT_HYBLA
591 bool "Hybla" if TCP_CONG_HYBLA=y
592
590 config DEFAULT_VEGAS 593 config DEFAULT_VEGAS
591 bool "Vegas" if TCP_CONG_VEGAS=y 594 bool "Vegas" if TCP_CONG_VEGAS=y
592 595
@@ -610,6 +613,7 @@ config DEFAULT_TCP_CONG
610 default "bic" if DEFAULT_BIC 613 default "bic" if DEFAULT_BIC
611 default "cubic" if DEFAULT_CUBIC 614 default "cubic" if DEFAULT_CUBIC
612 default "htcp" if DEFAULT_HTCP 615 default "htcp" if DEFAULT_HTCP
616 default "hybla" if DEFAULT_HYBLA
613 default "vegas" if DEFAULT_VEGAS 617 default "vegas" if DEFAULT_VEGAS
614 default "westwood" if DEFAULT_WESTWOOD 618 default "westwood" if DEFAULT_WESTWOOD
615 default "reno" if DEFAULT_RENO 619 default "reno" if DEFAULT_RENO