commit | 3b42119c3e4be5d4720c3c1b384106fa43e9b5e3 | [log] [tgz] |
---|---|---|
author | martinduke <martinduke@google.com> | Wed May 21 11:53:21 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 21 11:54:37 2025 -0700 |
tree | e87d0ee5593bab2a7805782679d48df21f8d335b | |
parent | 7d039d277833bfd5305cb8153b8e1bacb529eae4 [diff] |
Remove deprecated min_ack_delay transport parameter. This parameter was replaced by the draft10 version. This CL removes the old parameter and all references to it. This also removes some dead code. Protected by FLAGS_quic_reloadable_flag_quic_receive_ack_frequency. PiperOrigin-RevId: 761611928
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.