commit | ee470ff425efc46ddba7cce7c7355d0f706424b2 | [log] [tgz] |
---|---|---|
author | wub <wub@google.com> | Mon Jul 01 07:10:41 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jul 01 07:11:53 2024 -0700 |
tree | 53bf203921d0a4571169ec97820f140282607768 | |
parent | fd12a09b06407a2b5692e356cb0214928682f9c4 [diff] |
In `QuicBufferedPacketStoreTest`, pass `long_packet_type` to `QuicBufferedPacketStore::EnqueuePacket`. This change alone has no behavior change. It's separated from cl/641294174 to make that change smaller. PiperOrigin-RevId: 648358023
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.