commit | 0b63617a23afca3ceca3da3ecc0d08ebdb721ac7 | [log] [tgz] |
---|---|---|
author | martinduke <martinduke@google.com> | Thu Oct 17 11:25:17 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 17 11:26:25 2024 -0700 |
tree | 6be45984f08975a377b95276d89d15290ccf64bd | |
parent | b891df0a613200813e169aa24e9d6675fb4e4a70 [diff] |
Update QuicControlFrameManager to support RESET_STREAM_AT frames. New code is not called anywhere in the code base. PiperOrigin-RevId: 686983422
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.