commit | e4042bb48fb508153d482b39d27b652552be4ce8 | [log] [tgz] |
---|---|---|
author | ianswett <ianswett@google.com> | Tue Sep 30 22:25:43 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 30 22:27:03 2025 -0700 |
tree | 721f84e1e81bb757bf051a7357dd6b1521d15493 | |
parent | 5e8876e45a1fb37d65e6b42bbc1483bedabf00e4 [diff] |
Remove unused QuicConnectionAlarmDelegate subclasses. This change removes several `QuicConnectionAlarmDelegate` subclasses that are no longer used in the QUIC connection alarm system. PiperOrigin-RevId: 813583122
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.