Refactor common QuicTransport constants into their own file.

Also replace them with constexpr functions so that they can be inlined.

gfe-relnote: n/a (no functional change)
PiperOrigin-RevId: 273604469
Change-Id: Ic1f9d1b020afb2505789c7d0b3f93a154df95091
4 files changed
tree: f895fe24d3cb6ef7f14e437d801f1bfa6710336c
  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.