diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index e663b78a2ef6..bccce3424a63 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -428,10 +428,10 @@ EXPORT_SYMBOL(tcp_initialize_rcv_mss); | |||
428 | * | 428 | * |
429 | * The algorithm for RTT estimation w/o timestamps is based on | 429 | * The algorithm for RTT estimation w/o timestamps is based on |
430 | * Dynamic Right-Sizing (DRS) by Wu Feng and Mike Fisk of LANL. | 430 | * Dynamic Right-Sizing (DRS) by Wu Feng and Mike Fisk of LANL. |
431 | * <http://www.lanl.gov/radiant/website/pubs/drs/lacsi2001.ps> | 431 | * <http://public.lanl.gov/radiant/pubs.html#DRS> |
432 | * | 432 | * |
433 | * More detail on this code can be found at | 433 | * More detail on this code can be found at |
434 | * <http://www.psc.edu/~jheffner/senior_thesis.ps>, | 434 | * <http://staff.psc.edu/jheffner/>, |
435 | * though this reference is out of date. A new paper | 435 | * though this reference is out of date. A new paper |
436 | * is pending. | 436 | * is pending. |
437 | */ | 437 | */ |