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
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.