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

Use STUN for UDP hole punching in the client #487

Closed
mvines opened this issue Jun 28, 2018 · 3 comments
Closed

Use STUN for UDP hole punching in the client #487

mvines opened this issue Jun 28, 2018 · 3 comments
Assignees
Milestone

Comments

@mvines
Copy link
Member

mvines commented Jun 28, 2018

Depends-on: #486

If the client is running behind a NAT (like virtually everybody's home internet setup), it currently can't communicate with testnet.solana.com because the NAT doesn't route the input UDP datagrams back to the client.

@mvines
Copy link
Member Author

mvines commented Jun 29, 2018

Perhaps use https://github.com/sile/rustun?

@mvines
Copy link
Member Author

mvines commented Jun 29, 2018

For now we could also just borrow a binding request or two from publicly available STUN servers:

stun1.l.google.com:19302
stun2.l.google.com:19302
stun3.l.google.com:19302
stun4.l.google.com:19302
stun.stunprotocol.org:3478

@mvines mvines self-assigned this Jun 29, 2018
@mvines
Copy link
Member Author

mvines commented Jun 30, 2018

👢 to #496 for the long term, for 0.7.0 hopefully we get away with just landing #494

@mvines mvines closed this as completed Jun 30, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this issue Aug 29, 2021
Bumps [solana-logger](https://github.com/solana-labs/solana) from 1.3.11 to 1.3.12.
- [Release notes](https://github.com/solana-labs/solana/releases)
- [Changelog](https://github.com/solana-labs/solana/blob/master/RELEASE.md)
- [Commits](solana-labs/solana@v1.3.11...v1.3.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
willhickey pushed a commit that referenced this issue Mar 29, 2024
ci: add release pipeline (#466)

(cherry picked from commit 212cbdb)

Co-authored-by: Yihau Chen <a122092487@gmail.com>
lijunwangs pushed a commit to lijunwangs/solana that referenced this issue Apr 7, 2024
…-labs#487)

ci: add release pipeline (solana-labs#466)

(cherry picked from commit 212cbdb)

Co-authored-by: Yihau Chen <a122092487@gmail.com>
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

1 participant