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 Nat traversal #51

Open
dryajov opened this issue Dec 7, 2019 · 3 comments
Open

Implement Nat traversal #51

dryajov opened this issue Dec 7, 2019 · 3 comments

Comments

@dryajov
Copy link
Contributor

dryajov commented Dec 7, 2019

No description provided.

@sinkingsugar
Copy link
Contributor

Would adding upnp/nat-pmp support be enough or actually we are talking of stuff like STUN ( would require UDP transport too for example) ?

@arnetheduck
Copy link
Contributor

upnp/natpmp would be enough - we're using https://github.com/status-im/nim-nat-traversal - at some point in a distant future we might do a pure nim version as well, but that's not too urgent.

I'd actually really want to see a udp-based transport as well - and there are efforts in the libp2p community to define what the interfaces to such transports should look like so they remain interoperable - we'd do well in joining those efforts

@dryajov dryajov added this to the v1 milestone Apr 21, 2020
@dryajov dryajov removed this from the v1 milestone Jan 26, 2021
@Menduist
Copy link
Contributor

Hole-Punching has been implemented for TCP: #826

Remains to add a UPnP / PmP solution, like nim-nat-traversal, or nim-nat-mapper (a WiP pure nim library)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: icebox
Development

No branches or pull requests

4 participants