summaryrefslogtreecommitdiffstats
path: root/net/ipv4/Makefile
diff options
context:
space:
mode:
authorStephen Hemminger2005-06-23 21:27:19 +0200
committerDavid S. Miller2005-06-23 21:27:19 +0200
commitb87d8561d8667d221b728ccdcb18eb95b16a687b (patch)
tree715b8e8d8442e418364498a12712106530031b96 /net/ipv4/Makefile
parent[TCP]: Add TCP Hybla congestion control module. (diff)
downloadkernel-qcow2-linux-b87d8561d8667d221b728ccdcb18eb95b16a687b.tar.gz
kernel-qcow2-linux-b87d8561d8667d221b728ccdcb18eb95b16a687b.tar.xz
kernel-qcow2-linux-b87d8561d8667d221b728ccdcb18eb95b16a687b.zip
[TCP]: Add TCP Vegas congestion control module.
TCP Vegas code modified for the new TCP infrastructure. Vegas now uses microsecond resolution timestamps for better estimation of performance over higher speed links. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/Makefile')
-rw-r--r--net/ipv4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile
index ede7a5d617ff..a801a97bd011 100644
--- a/net/ipv4/Makefile
+++ b/net/ipv4/Makefile
@@ -35,6 +35,7 @@ obj-$(CONFIG_TCP_CONG_BIC) += tcp_bic.o
obj-$(CONFIG_TCP_CONG_WESTWOOD) += tcp_westwood.o
obj-$(CONFIG_TCP_CONG_HSTCP) += tcp_highspeed.o
obj-$(CONFIG_TCP_CONG_HYBLA) += tcp_hybla.o
+obj-$(CONFIG_TCP_CONG_VEGAS) += tcp_vegas.o
obj-$(CONFIG_XFRM) += xfrm4_policy.o xfrm4_state.o xfrm4_input.o \
xfrm4_output.o