Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Tweak README.
Browse files Browse the repository at this point in the history
Remove extraneous reference at the end.
Remove hyphen in title.
  • Loading branch information
bollenberger committed Aug 7, 2013
1 parent 60acdb2 commit 1721fb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
@@ -1,5 +1,5 @@
Chord - Distributed Hash Table
==============================
Chord Distributed Hash Table
============================

[Chord](http://pdos.csail.mit.edu/papers/chord:sigcomm01/chord_sigcomm.pdf)
is a self-organizing distributed hash table. This is an implementation of the Chord
Expand Down Expand Up @@ -109,5 +109,3 @@ All 20 virtual nodes will talk amongst themselves to arrange themselves in a rin
messages will be delivered the node that owns a particular key at that time. Note that due to
nodes leaving an joining, the node that owns a particular key may change over time. Your application
should be designed to expect this.

[1] "Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications"

0 comments on commit 1721fb1

Please sign in to comment.