projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a02ba04
)
[TCP]: TCP_CONG_YEAH requires TCP_CONG_VEGAS
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 17 May 2007 07:07:47 +0000
(
00:07
-0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 17 May 2007 21:20:32 +0000
(14:20 -0700)
These two congestion control modules share code.
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
patch
|
blob
|
history
diff --git
a/net/ipv4/Kconfig
b/net/ipv4/Kconfig
index
c68196c
..
719c104
100644
(file)
--- 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