JoshuaKissoon / Kademlia

A Java implementation of Kademlia Routing Protocol and DHT
MIT License
193 stars 73 forks source link

Content Refresh always deletes content from Refresher #8

Closed JoshuaKissoon closed 10 years ago

JoshuaKissoon commented 10 years ago

When the content refresh operation is called, even if the Node doing the refresh operation is one of the K-Closest node to the content, the node still deletes the content from itself.