Allow setting connection options from command line in QuicToyClient

This CL also adds a convenience method that can parse a comma-separated list of QuicTags, with corresponding test. The additions in the shared code are only used in QuicToyClient, so this CL does not impact existing behavior in prod.

Test-tool-only change

PiperOrigin-RevId: 317685170
Change-Id: I83e7737a3e4e40446e6051bd3ec07dfbf81559e2
7 files changed
tree: 53d6d5cfdd1bb41aa1c146dfb06fa785cdc9fd9a
  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.