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
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 and tls_client_options). We should probably move to a transport-oriented configuration
Define how Channels/Parallelism map to QUIC streams
The text was updated successfully, but these errors were encountered:
QUIC is secure by default and provides concurrent streams.
This will imply changing:
tls :: boolean()
(tls_server_options
andtls_client_options
). We should probably move to a transport-oriented configurationThe text was updated successfully, but these errors were encountered: