An implementation of the kademlia distributed hash (routing) table.
These classes are included in the complete Tuweni distribution, or separately when using the gradle dependency org.apache.tuweni:tuweni-kademlia
(tuweni-kademlia.jar
).
class KademliaRoutingTable<T> : Set<T>
A Kademlia Routing Table |