From 29c9afbc039de22663b174767798bde1b74b3cee Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Sun, 19 Jan 2014 14:05:26 -0500 Subject: [PATCH] updated readme --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index fc8a3d4..52d8bd7 100644 --- a/README.markdown +++ b/README.markdown @@ -57,3 +57,6 @@ To run tests: ``` trial kademlia ``` + +## Fidelity to Original Paper +The current implementation seeks to be an accurate implementation of all aspects of the paper save one - in Section 2.3 there is the requirement that the original publisher of a key/value republish it every 24 hours. This library does not do this. \ No newline at end of file