summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_nv.c
Commit message (Collapse)AuthorAgeFilesLines
* tcp: add NV congestion controlLawrence Brakmo2016-06-101-0/+476
TCP-NV (New Vegas) is a major update to TCP-Vegas. An earlier version of NV was presented at 2010's LPC. It is a delayed based congestion avoidance for the data center. This version has been tested within a 10G rack where the HW RTTs are 20-50us and with 1 to 400 flows. A description of TCP-NV, including implementation details as well as experimental results, can be found at: http://www.brakmo.org/networking/tcp-nv/TCPNV.html Signed-off-by: Lawrence Brakmo <brakmo@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>