commit | aa27a436e566b27cbd817aa128c534f005dbda3a | [log] [tgz] |
---|---|---|
author | vasilvv <vasilvv@google.com> | Tue Aug 23 13:42:59 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 23 13:44:24 2022 -0700 |
tree | a0c3ae6743d274db0ca4c032363e370a4ef24e65 | |
parent | ff2e5fbfe4fad6f7e2fd91f397a6fda1f3a3201f [diff] |
Migrate IcmpReachable to use QuicEventLoop API. This changes internal time precision of IcmpReachable from ns to us, but otherwise should be a no-op. PiperOrigin-RevId: 469545543
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.