Skip to content
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

[Kbucket] Better address management for candidate peers #808

Open
aarshkshah1992 opened this issue Feb 27, 2020 · 0 comments
Open

[Kbucket] Better address management for candidate peers #808

aarshkshah1992 opened this issue Feb 27, 2020 · 0 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature

Comments

@aarshkshah1992
Copy link
Contributor

Disassociating Routing Table membership from connectivity is done as part of libp2p/go-libp2p-kbucket#50.

However, we might not have the address for a disconnected candidate when we want to dial it because it might have been evicted by the peer store as documented in the "Address managament" section of this comment.

We need to fix this after #800 goes in and the Routing table OR the DHT has a way to signal the peerstore to keep an address around till we need it.

@aarshkshah1992 aarshkshah1992 added the kind/enhancement A net-new feature or improvement to an existing feature label Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant