commit | dab1f762552e9ad64097e935e93d9fa10c3647d2 | [log] [tgz] |
---|---|---|
author | ericorth <ericorth@google.com> | Wed Jun 29 15:55:34 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 29 15:56:45 2022 -0700 |
tree | 4c1199872d997253d1e0da79154dc873946bea3f | |
parent | fdba9277e9e4eeb8a54dc65590ab39dc03a1a11e [diff] |
Automated g4 rollback of changelist 458070348. *** Reason for rollback *** Missed a compile break in one of the `#if !defined(__linux__)` sections. *** Original change description *** Create low-level socket library Acts to hide platform-specific details. Fills a similar role (and is written with a similar interface) as QuicUdpSocketApi, except a little more general, less specific to UDP and QUIC's usage of UDP (and not named specifically "UDP" to avoid silliness like using QuicUdpSocketFd for TCP). Converted QuicUdpSocketApi to be based off this new more general library in the couple places where trivial to do so. But I'm calling it out of scope for now to make this new... *** PiperOrigin-RevId: 458083483
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.