libp2p / go-libp2p-kad-dht

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

Use the libp2p bootstrap service #193

Closed Stebalien closed 5 years ago

Stebalien commented 6 years ago

See: https://github.com/libp2p/go-libp2p/issues/410

Instead of failing to put when we have no peers, we should use the bootstrap service.

Stebalien commented 5 years ago

On further consideration, go-libp2p-kad-dht should own the bootstrap service. We bootstrap to bootstrap the DHT.