netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] TCP YeAH selects TCP Vegas with Kconfig
@ 2007-05-17 18:54 Brandon Philips
  2007-05-17 20:42 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Brandon Philips @ 2007-05-17 18:54 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, shemminger

I tried building TCP YeAH into my kernel with TCP Vegas as a module and
the build failed because TCP YeAH depends on Vegas.  This patch makes
Kconfig aware of the YeAH dependency on Vegas.

---
 net/ipv4/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6/net/ipv4/Kconfig
===================================================================
--- linux-2.6.orig/net/ipv4/Kconfig
+++ linux-2.6/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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-17 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-17 18:54 [PATCH] TCP YeAH selects TCP Vegas with Kconfig Brandon Philips
2007-05-17 20:42 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).