| Submitter | Jan Engelhardt |
|---|---|
| Date | March 11, 2010, 7:57 p.m. |
| Message ID | <1268337450-6749-3-git-send-email-jengelh@medozas.de> |
| Download | mbox | patch |
| Permalink | /patch/47629/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Jan Engelhardt <jengelh@medozas.de> Date: Thu, 11 Mar 2010 20:57:28 +0100 > Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 731c47b..c9a1c68 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -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 @@ -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"
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> --- net/ipv4/Kconfig | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)