aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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