commit | cb47c188ed558fb2fd8f468db787c8936a05b636 | [log] [tgz] |
---|---|---|
author | martinduke <martinduke@google.com> | Fri Sep 05 09:43:44 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 05 09:44:44 2025 -0700 |
tree | 861cf4c50fd822eb789546cf3baf228d97e00a89 | |
parent | a002c8b9b27daf888aa78f07a599e13d20193d8e [diff] |
Roll to MoQT draft-14, with core wire image changes. Datagram header compression has been reworked. Follow-on objects in Subgroup streams have an an object ID delta instead of an object ID. TBD: new SETUP parameters, Malformed track definition, cosmetic renaming. PiperOrigin-RevId: 803497308
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.