commit | 28c558e18104ed246d0feb669aa9d0df5f24d0d7 | [log] [tgz] |
---|---|---|
author | martinduke <martinduke@google.com> | Tue Sep 24 13:00:24 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 24 13:01:51 2024 -0700 |
tree | ab28ad35d323954b860aa28ed50454377723b528 | |
parent | 14bec278e8928efbd091873e854fe6da42d66ce7 [diff] |
MOQT MAX_SUBSCRIBE_ID implementation Currently sets max_subscribe_id to UINT62_MAX if it's an earlier draft version. This can be removed soon, when we delete support for draft-05. PiperOrigin-RevId: 678364064
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.