-
Notifications
You must be signed in to change notification settings - Fork 19
handle TCP simultaneous open (option 4) #38
base: master
Are you sure you want to change the base?
Conversation
Another concern here is that we need to signal the role to the multiplexer, at least in the case of yamux. |
f3ae7f2
to
2b58ab5
Compare
@vyzo I can see two ways to do implement the signaling:
I think that 2. would be the cleaner solution. Option 1. would also add |
Agreed, option 2 is what I chose for |
@vyzo Sounds good. |
libp2p/go-libp2p#712 collects all the PRs together. |
As described in libp2p/specs#227 (comment).