Clone this repo:
  1. 526f710 Adds a unit test demonstrating the bug in handling the encoder dynamic table size option. by birenroy · 77 minutes ago main
  2. 5100cae Make request_id even/odd for client/server. by martinduke · 4 days ago
  3. e3f3424 Change MoQT control message size to be 16 bits. by martinduke · 6 days ago
  4. 78de585 Remove an extra trailing comma to avoid breakage with an upcoming Crosstool release. by QUICHE team · 7 days ago
  5. 2744e59 Deprecate --gfe2_restart_flag_quic_use_one_map_in_time_wait_list. by haoyuewang · 7 days 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.