libp2p / js-libp2p-kad-dht

JavaScript implementation of the DHT for libp2p
https://libp2p.io
Other
140 stars 60 forks source link

Routing Table persistence #109

Open kumavis opened 5 years ago

kumavis commented 5 years ago

Should the routing table be persisted? Providers currently are. Maybe if we don't have a ping mechanism, we want to avoid persisting the routingTable. Curious what the approach is here on what to persist and what not to.

achingbrain commented 1 year ago

Yes, see related issue: https://github.com/libp2p/go-libp2p-kad-dht/issues/254