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

Setup a STUN server #486

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

Setup a STUN server #486

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

Comments

@mvines
Copy link
Member

mvines commented Jun 28, 2018

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 network

@mvines
Copy link
Member Author

mvines commented Jun 29, 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

@garious
Copy link
Contributor

garious commented Jun 29, 2018

👍

@mvines
Copy link
Member Author

mvines commented Jun 30, 2018

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

@mvines mvines closed this as completed Jun 30, 2018
@garious
Copy link
Contributor

garious commented Jun 30, 2018

👍

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] <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>
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 <a122092487@gmail.com>
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 <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

2 participants