commit | 1da1f6810fe80d4e2126ce98a9e2101d7dae92aa | [log] [tgz] |
---|---|---|
author | rch <rch@google.com> | Thu Oct 17 19:30:30 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 17 19:33:03 2024 -0700 |
tree | 4167e80b64ef994943f6188da227d66e64efa6ed | |
parent | 2d18d3b1f5253eaa3ca1b8aa82fba0d151cf4899 [diff] |
Make Hyperloop client and server enable flow label changes to avoid black holes. Also tweaked QuicConnection to generate a new flow label when flow label based black hole avoidance is enabled, and added CODE_COUNTS for when the flow label changes Protected by FLAGS_quic_restart_flag_quic_support_flow_label. PiperOrigin-RevId: 687128169
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.