-
Notifications
You must be signed in to change notification settings - Fork 33
Investigate solutions for connecting two cnds behind NAT #1172
Comments
This comment has been minimized.
This comment has been minimized.
Circuit relay seems to be fairly easy to implement: https://github.com/libp2p/specs/tree/master/relay We could contribute that back to This would require us to run nodes somewhere that implement this protocol (they don't have to do anything else). |
I wouldn't make it a must but it seems like something worth trying out and documenting: if you have IPv6, you can just trade peer to peer :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Problem
Currently, the person in the role of cryptographic Alice needs to send the SWAP REQUEST to the person in the role of the cryptographic Bob. This implies that the person taking the role of cryptographic Bob needs to have a port open.
Goal
Ideally, we want to allow users to use COMIT without opening a port.
Recommendation
I don't remember where this list comes from, so treat it with a grain of salt:
Consider the following:
Keep in mind that the solution needs to be compatible with libp2p.
The text was updated successfully, but these errors were encountered: