Handle PINGs in QUIC connection.

Currently, sending and retransmission of PINGs are handled by control frame manager (and session).

Protected by FLAGS_quic_reloadable_flag_quic_let_connection_handle_pings.

PiperOrigin-RevId: 335072367
Change-Id: I79f20404656beee3d9404c1ccaa8ef2f00af567c
6 files changed
tree: e9a2f944725d13f207061e72fee73b278a56e3e5
  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.