probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Client Routing Table #46

Open iand opened 1 year ago

iand commented 1 year ago

ETA: 2023-09-01

Implement an optimized routing table for DHT clients

guillaumemichel commented 1 year ago

Changing the scope to nicetohave.

The DHT clients can use the server (default) routing table, it is the case in go-libp2p-kad-dht. Having a client routing table is a client optimization.