Introduce ParsedQuicVersion static constructors

These will simplify accessing individual ParsedQuicVersions, and is a step towards making ParsedQuicVersion a class.

Refactor, no behavior change, not flag protected

PiperOrigin-RevId: 313844489
Change-Id: I0406f8d149ca396dff9b444960c826aaff833822
3 files changed
tree: ca277047356c7200f3c06710eb9992fe7269cc0f
  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.