-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Milestone
Comments
Perhaps use https://github.com/sile/rustun? |
For now we could also just borrow a binding request or two from publicly available STUN servers:
|
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] <[email protected]> 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 <[email protected]>
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 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: