Create a socket relay for connecting a socket on the qbone interface to
another interface.

Protected by FLAGS_qbone_client_config_file.

PiperOrigin-RevId: 380879625
3 files changed
tree: 8c0758898a736f616b9f9afb898e2e447f0aec05
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.