[TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGAS
These two congestion control modules share code. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a02ba04166
commit
2ff011efa4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue