commit | 7118debea9e7ee9d90048c236e22e72c03529ef1 | [log] [tgz] |
---|---|---|
author | martinduke <martinduke@google.com> | Thu Jan 09 08:18:33 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jan 09 08:19:26 2025 -0800 |
tree | 6e95bb493e2bf0a94c32910c1bff9a451324d42f | |
parent | 9b448ef3eb16372ec197000452fb9eac17ad99ff [diff] |
Roll back gfe2_reloadable_flag_quic_can_send_ack_frequency. This will withdraw the old format of the ACK_FREQUENCY frame from production. Assuming there are no major impacts, we can then roll out the new format. Protected by FLAGS_quic_reloadable_flag_quic_can_send_ack_frequency. PiperOrigin-RevId: 713679259
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.