Commit 2ff011ef authored by David S. Miller's avatar David S. Miller

[TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGAS

These two congestion control modules share code.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a02ba041
...@@ -577,6 +577,7 @@ config TCP_CONG_VENO ...@@ -577,6 +577,7 @@ config TCP_CONG_VENO
config TCP_CONG_YEAH config TCP_CONG_YEAH
tristate "YeAH TCP" tristate "YeAH TCP"
depends on EXPERIMENTAL depends on EXPERIMENTAL
select TCP_CONG_VEGAS
default n default n
---help--- ---help---
YeAH-TCP is a sender-side high-speed enabled TCP congestion control YeAH-TCP is a sender-side high-speed enabled TCP congestion control
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment