Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 371 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 371 Bytes

THU-QUIC project

QUIC

QUIC is a general-purpose transport layer network protocol initially designed by Jim Roskind at Google, implemented, and deployed in 2012, announced publicly in 2013 as experimentation broadened, and described at an IETF meeting.

This project is a simplified QUIC protocol.

Build

mkdir build && cd build 
cmake .. && make