summaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller2007-05-17 09:07:47 +0200
committerDavid S. Miller2007-05-17 23:20:32 +0200
commit2ff011efa4cc591ed563241bae3d60bc0eaac210 (patch)
treef169536694d5528de816ee11c31b4606554e170f /net/ipv4/Kconfig
parent[TCP] slow start: Make comments and code logic clearer. (diff)
downloadkernel-qcow2-linux-2ff011efa4cc591ed563241bae3d60bc0eaac210.tar.gz
kernel-qcow2-linux-2ff011efa4cc591ed563241bae3d60bc0eaac210.tar.xz
kernel-qcow2-linux-2ff011efa4cc591ed563241bae3d60bc0eaac210.zip
[TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGAS
These two congestion control modules share code. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index c68196cc56ab..719c1040bd0a 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -577,6 +577,7 @@ config TCP_CONG_VENO
config TCP_CONG_YEAH
tristate "YeAH TCP"
depends on EXPERIMENTAL
+ select TCP_CONG_VEGAS
default n
---help---
YeAH-TCP is a sender-side high-speed enabled TCP congestion control