commit | 66dc426afd733258dd95b6e3307a5833a48e5df4 | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Thu May 29 11:38:41 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 29 11:39:34 2025 -0700 |
tree | 3d09836a9fd6e705be73950559d32fb4db9a5c89 | |
parent | d1c766b7df8e25e78944471fd334a4fc4309be16 [diff] |
Add a flag to preallocate memory for unacked packets in both QuicUnackedPacketMap and BandwidthSampler via a command-line flag. Protected by FLAGS_quic_preallocate_unacked_packets. PiperOrigin-RevId: 764817335
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.