Refactor QUICHE platform flag accessors.

Move reloadable and restart flags accessor implementations from http2, quic, and
spdy platform directories to quiche/common/platform, removing some code
duplication, and making all accessors available from all three components.

Flag count macros, protocol flags, and flag saver are not touched by this CL.

PiperOrigin-RevId: 348657424
Change-Id: I5a2bbbb66c62bf920454e6b5bbbf41a3b5f54312
4 files changed
tree: f59a59321b0dda5b38c2e0f4c442ef515c1e8dfb
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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.