QUIC is a multiplexed and secure general-purpose transport protocol that provides: * Stream multiplexing * Stream and connection-level flow control * Low-latency connection establishment * Connection migration and resilience to NAT rebinding * Authenticated and encrypted header and payload
Docs: https://github.com/quicwg/base-drafts/blob/master/draft-ietf-quic-transport.md https://github.com/quicwg/base-drafts/blob/master/draft-ietf-quic-http.md https://github.com/quicwg/base-drafts/blob/master/draft-ietf-quic-invariants.md https://github.com/quicwg/base-drafts/blob/master/draft-ietf-quic-qpack.md https://github.com/quicwg/base-drafts/blob/master/draft-ietf-quic-recovery.md https://github.com/quicwg/base-drafts/blob/master/draft-ietf-quic-spin-exp.md