f0lg0 / kademlia-dht

Implementation of the Kademlia DHT protocol in Rust
MIT License
34 stars 3 forks source link

New node lookup algorithm as seen in "Implementation of the Kademlia Distributed Hash Table by Bruno Spori" #2

Open f0lg0 opened 3 years ago

f0lg0 commented 3 years ago

Screenshot from 2021-06-28 21-48-58 Here's described the node lookup algorithm. Currently a binary search algorithm is used.