Modernize quic_types.h, no functional change

As per the style guide <http://go/cstyle#Aliases> new code should use "using" instead of "typedef". This CL cleans up our usage in quic_types. It also adds comments and removes some unused types.

gfe-relnote: cleanup, no behavior change, not flag protected
PiperOrigin-RevId: 308715980
Change-Id: Ib5b61f6299ca08b29011cbf380956f8acf80cc91
2 files changed
tree: abeb2afafe1970be7a704a81e67151226f5f75cf
  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.