-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
NAT traversal: Implement support for simultaneous open in mulstistream #712
Comments
Continuing the discussion started in libp2p/go-libp2p-tls#38 (comment) here. @vyzo, it seems like our suggested interface changes for solving simultaneous open in ms-1.0 are very similar, but slightly different: I was suggesting to change the If I understand things correctly, changing |
Yeah, that was required for |
It would be nice if we only had to change one of the interfaces to make it work for both ms-1.1 and ms-2.0 though. Arguably, dealing with simultaneous open belongs more into the transport than in the muxer, so I was wondering if libp2p/specs#196 could also be implemented that way. |
This is now being tracked as part of #1039. |
Tracking issue for the implementation of libp2p/specs#196
PRs:
The text was updated successfully, but these errors were encountered: