-
Notifications
You must be signed in to change notification settings - Fork 144
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
Connecting P2P over NAT #73
Milestone
Comments
I've researched about it and leave note as below.
|
I've made #117 for sharing progress to other teammates. |
This was referenced Mar 11, 2019
dahlia
pushed a commit
to dahlia/libplanet
that referenced
this issue
Mar 9, 2021
…flow Fix docker image username
limebell
pushed a commit
to limebell/libplanet
that referenced
this issue
Jul 7, 2021
…ates Make AvatarState deterministic
OnedgeLee
pushed a commit
to OnedgeLee/libplanet
that referenced
this issue
Jan 31, 2023
…-prefix Solved planetarium#73 Remove Unsigned prefix when os is linux or mac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the implementation of P2P through
Swarm
assumes that the peer can connect via TCP with public IP. however, clients targeted by libplanet are not directly connected to the Internet with such public IP, but are often connected through NAT. In such a connection method, it is often difficult for one peer to directly access another peer.Using techniques such as UDP hole punching, it is necessary to support natural connections in these environments.
The text was updated successfully, but these errors were encountered: