-
Notifications
You must be signed in to change notification settings - Fork 957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persist peers for bootstrapping #2987
Comments
If im understanding the issue correctly, one could implement their own store for |
Perhaps you're right, I mainly opened this to mirror libp2p/go-libp2p-kad-dht#254 which targets |
In To avoid latency issues, I'd be best to not do any IO in the |
Closing since this can be implemented independently |
Description
Mirroring libp2p/go-libp2p-kad-dht#254, it would be great if long-lasting peers were persisted and used for bootstrapping later.
Motivation
Using bootstrap nodes outside of the default ones improves network resiliency, and potentially improves initial connections times when the new bootstrap nodes are closer than they otherwise would be.
Requirements
Open questions
Are you planning to do it yourself in a pull request?
No
The text was updated successfully, but these errors were encountered: