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

Implement AutoNATv2 #2422

Open
Tracked by #2229 ...
sukunrt opened this issue Jul 11, 2023 · 0 comments · May be fixed by #2469
Open
Tracked by #2229 ...

Implement AutoNATv2 #2422

sukunrt opened this issue Jul 11, 2023 · 0 comments · May be fixed by #2469
Assignees
Labels
kind/enhancement A net-new feature or improvement to an existing feature

Comments

@sukunrt
Copy link
Member

sukunrt commented Jul 11, 2023

Implement libp2p/specs#538

We want a light weight implementation that is just the protocol client and the protocol server. The protocol client will implement /libp2p/autonat/2/dial and the server will handle this.

The logic of address management: which addresses to verify and when will live inside Address Pipeline Service(provisional name) as described here. This Address Pipeline will have to implement a user of this AutoNATv2 client with logic similar to one described here

One important benefit of merging just the protocol client and the server into master first is, this protocol will be unusable till some threshold percentage(maybe 10?) of nodes upgrade and start supporting this because before reaching this threshold, AutoNATv2 nodes will not be able to find any AutoNATv2 peers.

@sukunrt sukunrt self-assigned this Jul 11, 2023
@sukunrt sukunrt added the kind/enhancement A net-new feature or improvement to an existing feature label Jul 11, 2023
@sukunrt sukunrt linked a pull request Aug 10, 2023 that will close this issue
@sukunrt sukunrt mentioned this issue Feb 21, 2024
22 tasks
@sukunrt sukunrt mentioned this issue Apr 25, 2024
19 tasks
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

Successfully merging a pull request may close this issue.

1 participant