commit | c42f71e0421232c601d1bc9e6414478931f1df71 | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Tue Dec 22 07:41:44 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 22 07:42:55 2020 -0800 |
tree | 04aeb2500f75691d3c58a71006e9ab8713a23695 | |
parent | 803746679484bd014de57129471cf176ecfd0ef3 [diff] |
Refactor QUICHE platform flag utilities. Move flag count macro implementations from http2, quic, and spdy platform directories to quiche/common/platform, removing some code duplication, and making all macros available from all three components. Feature flag accessors, protocol flags, and flag saver are not touched by this CL. PiperOrigin-RevId: 348632606 Change-Id: I623bc0ff532020188cce51e802118cb622f1d101
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.
Code can be viewed in CodeSearch in Quiche and is imported into Chromium.