commit | e8ff0139a8296ba3c86e83bdc303ab878ddd235c | [log] [tgz] |
---|---|---|
author | rch <rch@google.com> | Thu Oct 17 11:53:32 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 17 11:54:25 2024 -0700 |
tree | 6bb91094510aaa55dd2f825b75b562835a9df3c4 | |
parent | 0b63617a23afca3ceca3da3ecc0d08ebdb721ac7 [diff] |
Make QuicConnection generate a new flow label when flow label based black hole avoidance is enabled, and added CODE_COUNTS for when the flow label changes PiperOrigin-RevId: 686993723
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.