Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

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
Contributor

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
Contributor Author

mvines commented Jun 29, 2018

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

@mvines
Copy link
Contributor 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
Contributor 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant