Add connection option kRVCM to enable reverse path validation upon new client address on server side.

Replace gfe2_reloadable_flag_quic_server_reverse_validate_new_path2 with gfe2_reloadable_flag_quic_server_reverse_validate_new_path3.

IETF QUIC server will validate new client address if kRVCM is present AND all path validation flags are true.

Protected by FLAGS_quic_reloadable_flag_quic_server_reverse_validate_new_path3.

PiperOrigin-RevId: 365133871
Change-Id: I86f40688c2e34995a5738b3f174f5f3014f54337
6 files changed
tree: 57ce8a196ca87f7db7706b571061481f228d5c88
  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.