]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit275d111612e11cd941e6634da853f84ea86bab85
tree715b8e8d8442e418364498a12712106530031b96
parent50f2d9503e68f6e4fd42635c83b972ff8670fad5
[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]