commit | 421c0f39e25ac364dbab997f4d09443ebc87cead | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Thu Sep 19 16:20:02 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 19 16:21:07 2024 -0700 |
tree | 134a1b2b0ce1dc0c47bd43f9ea4a17849cdcce73 | |
parent | 4249f8025caed1e3d71d04d9cadf42251acb7cac [diff] |
Split MoqtParser into MoqtControlParser and MoqtDataParser. MoqtControlParser is the same parser as before, but with object-specific logic removed. MoqtDataParser is new code, optimized for parsing data streams. There is quite a bit more cleanup that can be done here, but for now, this CL is already too large. PiperOrigin-RevId: 676603941
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.