commit | c00783cbd3d6e5fc121308519d687ffd747cb060 | [log] [tgz] |
---|---|---|
author | martinduke <martinduke@google.com> | Fri May 30 11:47:08 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 30 11:48:33 2025 -0700 |
tree | fd326a1e084cae0d53765a6e5e01c0b4c74c7e2a | |
parent | 4358d92c6bf9109abe3d38e2ad946542ccbd691d [diff] |
Parse and frame the updated ACK_FREQUENCY frame and implement the logic for receiving it. In a change from draft-iyengar-quic-delayed-ack-01, previously missing packets are always acknowledged regardless of reordering_threshold. Protected by FLAGS_quic_reloadable_flag_quic_receive_ack_frequency. PiperOrigin-RevId: 765276193
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.