updated readme

This commit is contained in:
Brian Muller 2014-01-19 22:27:12 -05:00
parent 7f07662657
commit 7418819f7a

View File

@ -59,4 +59,4 @@ trial kademlia
``` ```
## Fidelity to Original Paper ## 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. The current implementation should 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 (though you can easily do this manually).