commit | 56ef015f08083c1240743e07d486e2df03404ca7 | [log] [tgz] |
---|---|---|
author | danzh <danzh@google.com> | Mon Oct 14 16:46:19 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 14 16:46:59 2024 -0700 |
tree | 78ada9a8556f61c1e0b7d07835ac55942e2d559c | |
parent | cb69c4a0477a01170d3a37bfacfca2834ffd1cd3 [diff] |
Always support SPAD on the client side. Unhide the feature from connection option SPAD and QUICHE flag quic_always_support_server_preferred_address. PiperOrigin-RevId: 685877821
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.