-
Notifications
You must be signed in to change notification settings - Fork 56
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
Comments
Would adding upnp/nat-pmp support be enough or actually we are talking of stuff like STUN ( would require UDP transport too for example) ? |
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 |
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) |
No description provided.
The text was updated successfully, but these errors were encountered: