quicX
A self-contained C++17 QUIC and HTTP/3 stack that turns protocol constraints into testable implementation structure, spanning UDP I/O, TLS 1.3, QUIC streams, HTTP/3 routing, QPACK, server push, QLog, metrics, and interop validation.
- Covers QUIC v1 / v2, HTTP/3, QPACK, connection migration, congestion control, and loss recovery paths.
- Ships examples, tests, interop reports, QLog tracing, and runtime metrics to make protocol behavior observable.
- Designed as an engineering lens for reading RFC constraints through concrete state machines and code boundaries.