Restructure QUICHE platform by splitting it into "default" and "overrides".

This demonstrates an example where a default is used directly in google3 (quic_mutex) and where a google3-specific override exists (quic_testvalue).

PiperOrigin-RevId: 354158548
Change-Id: I1036ede80cd354c494b43916fa1876d47891785a
5 files changed
tree: d981b37888674609eb87f2ba8f9ac1772816be35
  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.