QUIC tranport protocol
QUIC is a multiplexed stream transport over UDP. By using this protocol, it can dramatically reduce the connection establishment time for TCP+TLS.
It stands for the following.
Q: Quick
U: UDP
I: Internet
C: Connection
GitHub project
Stellite: client and server library
https://github.com/line/stellite