Messages in this thread Patch in this message |  | | From | "Justin P. Mattock" <> | | Subject | [PATCH 04/11]net/ipv4/tcp_illinois.c Update broken web addresses. | | Date | Fri, 10 Sep 2010 22:45:56 -0700 |
| |
Below you will find an Update to a broken web address. Please let me know if this needs to be changed.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
--- net/ipv4/tcp_illinois.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ipv4/tcp_illinois.c b/net/ipv4/tcp_illinois.c index 1eba160..8bedf6c 100644 --- a/net/ipv4/tcp_illinois.c +++ b/net/ipv4/tcp_illinois.c @@ -1,12 +1,12 @@ /* * TCP Illinois congestion control. * Home page: - * http://www.ews.uiuc.edu/~shaoliu/tcpillinois/index.html + * http://web.archive.org/web/*/http://www.ews.uiuc.edu/~shaoliu/tcpillinois/index.html * * The algorithm is described in: * "TCP-Illinois: A Loss and Delay-Based Congestion Control Algorithm * for High-Speed Networks" - * http://www.ews.uiuc.edu/~shaoliu/papersandslides/liubassri06perf.pdf + * http://www.ifp.illinois.edu/~srikant/Papers/liubassri06perf.pdf * * Implemented from description in paper and ns-2 simulation. * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org> -- 1.7.2.1
|  |