Skip to content

Commit

Permalink
[TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGAS
Browse files Browse the repository at this point in the history
These two congestion control modules share code.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 17, 2007
1 parent a02ba04 commit 2ff011e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ff011e

Please sign in to comment.