All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/tcp/illinois: replace broken algorithm reference link
@ 2018-02-28  8:05 Joey Pabalinas
  2018-02-28 17:03 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Joey Pabalinas @ 2018-02-28  8:05 UTC (permalink / raw)
  To: netdev
  Cc: Stephen Hemminger, David S. Miller, Alexey Kuznetsov,
	Hideaki YOSHIFUJI, linux-kernel, Joey Pabalinas

[-- Attachment #1: Type: text/plain, Size: 1378 bytes --]

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(-)

diff --git a/net/ipv4/tcp_illinois.c b/net/ipv4/tcp_illinois.c
index 7c843578f2333db581..faddf4f9a707f1583f 100644
--- a/net/ipv4/tcp_illinois.c
+++ b/net/ipv4/tcp_illinois.c
@@ -6,7 +6,7 @@
  * The algorithm is described in:
  * "TCP-Illinois: A Loss and Delay-Based Congestion Control Algorithm
  *  for High-Speed Networks"
- * http://www.ifp.illinois.edu/~srikant/Papers/liubassri06perf.pdf
+ * http://tamerbasar.csl.illinois.edu/LiuBasarSrikantPerfEvalArtJun2008.pdf
  *
  * Implemented from description in paper and ns-2 simulation.
  * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org>
-- 
2.16.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/tcp/illinois: replace broken algorithm reference link
  2018-02-28  8:05 [PATCH] net/tcp/illinois: replace broken algorithm reference link Joey Pabalinas
@ 2018-02-28 17:03 ` David Miller
  2018-02-28 22:53   ` Joey Pabalinas
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2018-02-28 17:03 UTC (permalink / raw)
  To: joeypabalinas; +Cc: netdev, shemminger, kuznet, yoshfuji, linux-kernel

From: Joey Pabalinas <joeypabalinas@gmail.com>
Date: Tue, 27 Feb 2018 22:05:53 -1000

> 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>

Applied, thank you.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/tcp/illinois: replace broken algorithm reference link
  2018-02-28 17:03 ` David Miller
@ 2018-02-28 22:53   ` Joey Pabalinas
  0 siblings, 0 replies; 3+ messages in thread
From: Joey Pabalinas @ 2018-02-28 22:53 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, shemminger, kuznet, yoshfuji, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

On Wed, Feb 28, 2018 at 12:03:58PM -0500, David Miller wrote:
> Applied, thank you.

No problem, cheers.

-- 
Joey Pabalinas

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-28 22:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28  8:05 [PATCH] net/tcp/illinois: replace broken algorithm reference link Joey Pabalinas
2018-02-28 17:03 ` David Miller
2018-02-28 22:53   ` Joey Pabalinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.