Skip to the content.

cpp-quic

cpp-quic is a cross-platform, header-only C++ library implementing the QUIC transport protocol. Built on top of cpp-udpnet for UDP transport, it provides multiplexed streams, reliable delivery, connection management, and flow control over UDP.

Key Features

Documentation

Page Description
Getting Started Installation & integration guide
Basic Usage QuicServer — accepting connections & handling streams
Advanced Usage QuicClient — connecting, multi-stream, flow control
Performance Metrics Stats tracking & throughput monitoring
Architecture & Examples Protocol design, threading model & example programs