[TCP]: Add TCP Vegas congestion control module.
authorStephen Hemminger <shemminger@osdl.org>
Thu, 23 Jun 2005 19:27:19 +0000 (12:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2005 19:27:19 +0000 (12:27 -0700)
commitb87d8561d8667d221b728ccdcb18eb95b16a687b
tree715b8e8d8442e418364498a12712106530031b96
parent835b3f0c0d7e1f716c45ec576662eac7a68b8548
[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>
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv4/tcp_vegas.c [new file with mode: 0644]