commit | 01a4e4eaaaf6ae195c126b2b3aa19168e4c7440f | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Fri Feb 23 13:20:43 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 23 13:22:18 2024 -0800 |
tree | 21a258261de0b3bf9551870acfa0969c25c383ef | |
parent | 8d2d31dd4fcef129919d3399c126c3349497c60f [diff] |
Add GFE_CODE_COUNT for ALPS use old codepoint To better evaluate the percentage of how many clients are still using the old codepoint, we need to keep tracking the GFE count and stop supporting the old codepoint once the usage is low enough. PiperOrigin-RevId: 609819677
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.