Add QUIC+TLS key_update_not_yet_supported transport parameter

This will allow us to detect whether our own implementation supports IETF QUIC Key Update or not, which will let us safely deploy it.

Add new QUIC transport parameter, protected by gfe2_reloadable_flag_quic_send_key_update_not_yet_supported

PiperOrigin-RevId: 326322311
Change-Id: Ib5b55ae904850e601cd4321906e5859c288d51b3
5 files changed
tree: 1eb6d6b4d5dcade0c8d654f7264d9cf1d1cd848b
  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.