Replace legacy Google-specific parameter with individual parameters

Now that we've removed the majority of Google-specific parameters, we can now move the remaining 3 to their own transport parameter. This'll remove the dependency from QUIC+TLS on QUIC_CRYPTO handshake message code, and simplify debugging.

Tweak quic+tls transport parameters, protected by gfe2_restart_flag_quic_google_transport_param_send_new and gfe2_restart_flag_quic_google_transport_param_omit_old

PiperOrigin-RevId: 311438446
Change-Id: I95a61b9acf6523d845600fe70c2f752d5e30f28a
6 files changed
tree: 7cca2df0f8a176b3b2525ad271374ce730536738
  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.