You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Given that you're running HTTP, I assume this must be using a stream-like TCP socket. But if you're doing p2p with NAT-busting, you must need to use UDP. So what's the translation between UDP and TCP here? Is there uTP under the hood?
Would be nice to have this clarified in the README.md.
The text was updated successfully, but these errors were encountered:
This is something that the Hyperswarm docs will hopefully cover. My current understanding (which could be outdated) is that uTP is what's used when NAT busting is involved.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Given that you're running HTTP, I assume this must be using a stream-like TCP socket. But if you're doing p2p with NAT-busting, you must need to use UDP. So what's the translation between UDP and TCP here? Is there
uTP
under the hood?Would be nice to have this clarified in the README.md.
The text was updated successfully, but these errors were encountered: