JoshuaKissoon / Kademlia

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

Keeping a content locally even if local node is not one of the K-Closest #7

Closed JoshuaKissoon closed 10 years ago

JoshuaKissoon commented 10 years ago

Let's develop a feature that allows specifying to keep a piece of content locally on the owner's DHT even though the local node may not be one of the K-Closest. This will allow an owner of data to keep a copy of his/her data at all times.

JoshuaKissoon commented 10 years ago

Not a part of Kad. Added this to Social Kad.