diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-17 03:07:47 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-17 17:20:32 -0400 |
commit | 2ff011efa4cc591ed563241bae3d60bc0eaac210 (patch) | |
tree | f169536694d5528de816ee11c31b4606554e170f /net | |
parent | a02ba041664171563e6418ccdf3b363d32d6a43b (diff) |
[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')
-rw-r--r-- | net/ipv4/Kconfig | 1 |
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 | |||
577 | config TCP_CONG_YEAH | 577 | config TCP_CONG_YEAH |
578 | tristate "YeAH TCP" | 578 | tristate "YeAH TCP" |
579 | depends on EXPERIMENTAL | 579 | depends on EXPERIMENTAL |
580 | select TCP_CONG_VEGAS | ||
580 | default n | 581 | default n |
581 | ---help--- | 582 | ---help--- |
582 | YeAH-TCP is a sender-side high-speed enabled TCP congestion control | 583 | YeAH-TCP is a sender-side high-speed enabled TCP congestion control |