updated readme

This commit is contained in:
Brian Muller 2014-01-19 14:05:26 -05:00
parent 670958f946
commit 29c9afbc03

View File

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