Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/tcp/illinois: replace broken algorithm reference link

The link to the pdf containing the algorithm description is now a
dead link; it seems http://www.ifp.illinois.edu/~srikant/ has been
moved to https://sites.google.com/a/illinois.edu/srikant/ and none of
the original papers can be found there...

I have replaced it with the only working copy I was able to find.

n.b. there is also a copy available at:

http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.296.6350&rep=rep1&type=pdf

However, this seems to only be a *cached* version, so I am unsure
exactly how reliable that link can be expected to remain over time
and have decided against using that one.

Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>

1 file changed, 1 insertion(+), 1 deletion(-)

Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Joey Pabalinas and committed by
David S. Miller
ecc83275 a27fd7a8

+1 -1
+1 -1
net/ipv4/tcp_illinois.c
··· 6 6 * The algorithm is described in: 7 7 * "TCP-Illinois: A Loss and Delay-Based Congestion Control Algorithm 8 8 * for High-Speed Networks" 9 - * http://www.ifp.illinois.edu/~srikant/Papers/liubassri06perf.pdf 9 + * http://tamerbasar.csl.illinois.edu/LiuBasarSrikantPerfEvalArtJun2008.pdf 10 10 * 11 11 * Implemented from description in paper and ns-2 simulation. 12 12 * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org>