In QUIC, use using for alias declaration.

This is the preferred way according to go/cstyle#Aliases

PiperOrigin-RevId: 341926282
Change-Id: Ib70cdb37fbdc985dec9e862c60aacbae54510281
32 files changed
tree: 364fc6ea599948dc0439f83106c14d111a530b3d
  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.