commit | 5e0a3bedb3f7c7eda98b44986e544d7ac746e935 | [log] [tgz] |
---|---|---|
author | martinduke <martinduke@google.com> | Mon Sep 30 12:36:39 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 30 12:37:45 2024 -0700 |
tree | a848d6ec8c161afe43edc7be332fefe6f4ffa7d7 | |
parent | 171f6f89a6a119e8763f1216f8d85347f997cd3b [diff] |
Update existing messages for draft-06. This is mostly turning track_namespace into a tuple. Also generalizes Subscribe parameters. The substantive stuff is in moqt_messages, moqt_framer, and moqt_parser. The rest is just fixing compiler problems, since FullTrackName is visible to applications. New draft-06 messages will follow in another CL, although the codepoints are here. PiperOrigin-RevId: 680678558
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.