Replace quic_aligned.h with Abseil and C++11 features.

Since alignas() is now officially supported in google3, use it instead of __attribute__((aligned)).

PiperOrigin-RevId: 339158191
Change-Id: Ie5ee589648ff2e3e86ff668e1ab82e887ae45fe1
10 files changed
tree: adcb638a64c5ca3b19faf28f87bcf92d7c85ae79
  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.