Add ParsedQuicVersion::UsesTls and UsesQuicCrypto

These convenience methods will make it easier to check
which handshake protocol is in use.

gfe-relnote: n/a, unused code
PiperOrigin-RevId: 308299975
Change-Id: I28789e8ad69ccd652dcf7351b8c61808d04cd6b0
3 files changed
tree: 7ffc16c356fe527a27fd5d8b22188942d082acda
  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.