MsQuic one alternative to TLS in the near future

Tigersharke

BOfH in User's clothing
Administrator
Moderator
Joined
May 18, 2016
Messages
893
According to the github page, this has not reached RFC as yet but the description of this protocol does sound good.
Protocol Features

QUIC has many benefits when compared to existing "TLS over TCP" scenarios:


  • All packets are encrypted and handshake is authenticated with TLS 1.3.
  • Parallel streams of (reliable and unreliable) application data.
  • Exchange application data in the first round trip (0-RTT).
  • Improved congestion control and loss recovery.
  • Survives a change in the clients IP address or port.
  • Stateless load balancing.
  • Easily extendable for new features and extensions.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,079
Yeah, I attended a presentation a year or so ago about SMB over QUIC. IIRC interest was high in using it for writing to azure storage.
Is it moving forward or stuck as an idea?
 
Top