From 2b5e076d89032feff445f478ea916fab8466e967 Mon Sep 17 00:00:00 2001 From: Paul Welch Date: Wed, 7 Aug 2019 18:55:33 -0400 Subject: [PATCH] Update SWIM Link (#557) The URL for the SWIM PDF has changed on Cornell's site. --- gossip/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossip/README.md b/gossip/README.md index 5923e31..5578b3a 100644 --- a/gossip/README.md +++ b/gossip/README.md @@ -7,7 +7,7 @@ If you only read one of these papers, start with the classic Demers, et al paper Briefly, a peer sampling service is a system that maintains a restricted set (partial view) of the all machines participating in a gossip system. * [The Peer Sampling Service: Experimental Evaluation of Unstructured Gossip-Based Implementations](http://infoscience.epfl.ch/record/83409/files/neg--1184036295all.pdf) * [HyParView: a membership protocol for reliable gossip-based broadcast](http://asc.di.fct.unl.pt/~jleitao/pdf/dsn07-leitao.pdf) -* [SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol](http://www.cs.cornell.edu/~asdas/research/dsn02-swim.pdf) +* [SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol](http://www.cs.cornell.edu/info/projects/spinglass/public_pdfs/swim.pdf) # Epidemic broadcast * [Large-Scale Newscast Computing on the Internet ](http://www.soc.napier.ac.uk/~benp/dream/dreampaper17.pdf)