| commit | 5d3e08a0b86987781d1836cc3148f65b7ed4e5c2 | [log] [tgz] |
|---|---|---|
| author | vasilvv <vasilvv@google.com> | Wed Mar 26 17:07:44 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 26 17:08:33 2025 -0700 |
| tree | c24478bf13b2b302747ba81873a622aa16a0b2b9 | |
| parent | eb760e3b4911e142bf1edfdefbfbcd4b46ff2409 [diff] |
Add MoqtSessionInterface to make mocking out a MoqtSession easier. This CL only moves the subscriber-side APIs into the interface, leaving the publisher side as a TODO. Also add comments and cleans up things a bit while we're at it. PiperOrigin-RevId: 740952968
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.