-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels