commit | fcba4dd3420a8f5b7805d641ba6564954ec72e14 | [log] [tgz] |
---|---|---|
author | martinduke <martinduke@google.com> | Tue Oct 22 14:08:00 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 22 14:08:59 2024 -0700 |
tree | 7d5931b1c4a0a643a7e9a81bf4c623570b6cbbe6 | |
parent | ebbaa3c5f4dbc5876cb4144d18102e67514c425b [diff] |
Allow client to activate PragueCubic congestion control via connection option for experiment purposes. At first, this option will be enabled on a local Chrome instance for basic lab experiments. This option has no effect on the server, so it could be stripped from the client hello. @ianswett recommended I send it to remain consistent with the framework, for now. see go/prague-cubic. PiperOrigin-RevId: 688685081
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.