Implement QUIC server validates the new peer address upon receiving PATH_CHALLENGE or peer migration.

Protected by FLAGS_quic_reloadable_flag_quic_server_reverse_validate_new_path.

PiperOrigin-RevId: 358462375
Change-Id: I3cf20ee7297cc35e784f52d4d7d474045243ef70
12 files changed
tree: 56ac694660ff257777b9fd7f3c08b8754184af34
  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.