libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
516 stars 221 forks source link

Implement proper self bootstrapping into Musa #882

Closed dennis-tra closed 9 months ago

dennis-tra commented 10 months ago

Right now, we're bypassing the event loop.

dennis-tra commented 9 months ago

Implemented in https://github.com/plprobelab/musa and part of this PR: https://github.com/libp2p/go-libp2p-kad-dht/pull/924