JoshuaKissoon / Kademlia

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

Sort K-Buckets #4

Closed JoshuaKissoon closed 10 years ago

JoshuaKissoon commented 10 years ago

K-Buckets should be sorted based on node the last time nodes were seen, least recently seen at the head and most recently seen at the tail.

JoshuaKissoon commented 10 years ago

Feature implemented!