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

Make litep2p aware of external addresses #211

Open
dmitry-markin opened this issue Aug 20, 2024 · 0 comments
Open

Make litep2p aware of external addresses #211

dmitry-markin opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dmitry-markin
Copy link
Collaborator

dmitry-markin commented Aug 20, 2024

Currently, litep2p knows only about listen addresses of the node. External addresses handling is left to the client code.

Make litep2p aware of external addresses by introducing API for the client code to notify litep2p about confirmed public addresses.

This is needed to implement #191 and to report to the network the addresses of local node acting as a content provider in Kademlia #196.

Possible next steps

  • Move the heuristic of confirming external addresses seen by three or more peers from polkadot-sdk into litep2p.
@dmitry-markin dmitry-markin added the enhancement New feature or request label Aug 20, 2024
@dmitry-markin dmitry-markin self-assigned this Aug 20, 2024
@dmitry-markin dmitry-markin assigned lexnv and unassigned dmitry-markin Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants