We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the default is to use TCP in Hypercore. TCP may be blocked by the firewall and is not available in the browser.
if in Browser, skip to 3
start with uTP, if fails, next Coudl we use UDP port 443, which is used by QUIC?
use TCP. If fails, next
use WebRTC. What extra info do we need for this?
Relay. if P2P connection fails, establish a proxy connection via Relay. Use Personal Cloud for that to avoid privacy loss.
It is probably better to do them in parallel, e.g. Chrome currently races TCP and QUIC connections instead of waiting for a QUIC timeout.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
the default is to use TCP in Hypercore. TCP may be blocked by the firewall and is not available in the browser.
Fallback
if in Browser, skip to 3
start with uTP, if fails, next
Coudl we use UDP port 443, which is used by QUIC?
use TCP. If fails, next
use WebRTC. What extra info do we need for this?
Relay. if P2P connection fails, establish a proxy connection via Relay.
Use Personal Cloud for that to avoid privacy loss.
It is probably better to do them in parallel, e.g. Chrome currently races TCP and QUIC connections instead of waiting for a QUIC timeout.
The text was updated successfully, but these errors were encountered: