-
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
Setup a STUN server #486
Milestone
Comments
This was referenced Jun 28, 2018
The STUN example server from https://github.com/sile/rustun worked on the first try, talking to the example client. This is all Rust-based. Maybe we should simply embed a STUN server in fullnode |
👍 |
Turns out we can just use UPnP (on supported NATs) for now -- at least until somebody runs into a NAT that doesn't support this. When that happens, we should 302 into #496 |
👍 |
vkomenda
pushed a commit
to vkomenda/solana
that referenced
this issue
Aug 29, 2021
Bumps [rollup](https://github.com/rollup/rollup) from 2.27.1 to 2.28.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.27.1...v2.28.1) 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]>
t-nelson
pushed a commit
to t-nelson/solana
that referenced
this issue
Apr 2, 2024
…-labs#486) ci: add release pipeline (solana-labs#466) (cherry picked from commit 212cbdb) Co-authored-by: Yihau Chen <[email protected]>
HaoranYi
pushed a commit
to HaoranYi/solana
that referenced
this issue
Apr 8, 2024
…-labs#486) 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
stun.testnet.solana.com
seems nice. We'll need this to permit clients to open UDP ports to receive data from the rest of the networkThe text was updated successfully, but these errors were encountered: