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

Relay peer connections #91

Open
jordanschalm opened this issue Jul 11, 2017 · 1 comment
Open

Relay peer connections #91

jordanschalm opened this issue Jul 11, 2017 · 1 comment
Assignees

Comments

@jordanschalm
Copy link
Member

We want to be able to connect two nodes that are both behind NATed routers.

1 way to do this is to use uPnP which bruno is exploring in #83 but UPnP is not always available.

We should have a fallback which connects node A to node B through node C where node C has a public IP and nodes A and B do not. Using TCP hole punching.

@jordanschalm jordanschalm added this to the Sprint 9 milestone Jul 11, 2017
@david-julien
Copy link
Contributor

Implementing TCP Hole Punching as described here:
http://www.brynosaurus.com/pub/net/p2pnat/

@jordanschalm jordanschalm modified the milestones: Sprint 10, Sprint 9 Jul 15, 2017
@jordanschalm jordanschalm modified the milestones: Sprint 11, Sprint 10 Jul 22, 2017
@jordanschalm jordanschalm removed this from the Sprint 11 milestone Jul 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants