Clone this repo:
  1. 949f163 Remove QuicConnectionProcessPacketContext. by wub · 11 hours ago main
  2. 349df3d Replace `kAckDecimationDelay` by protocol flag `quic_ack_decimation_delay` so we can experiment with different values. by wub · 12 hours ago
  3. 41c3591 No public description by QUICHE team · 15 hours ago
  4. a435ab8 Move all of the individual alarms in QuicConnection into a new holder class. by vasilvv · 16 hours ago
  5. 2049db6 Exposes an accessor within QuicStream for the number of bytes consumed on a stream. by birenroy · 28 hours ago

QUICHE

QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.

There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:

To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:

To contribute to QUICHE, follow instructions at CONTRIBUTING.md.

QUICHE is only supported on little-endian platforms.