Open
Description
QUIC is secure by default and provides concurrent streams.
This will imply changing:
- TLS options. Right now we use TCP and we accept
tls :: boolean()
(tls_server_options
andtls_client_options
). We should probably move to a transport-oriented configuration - Define how Channels/Parallelism map to QUIC streams