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
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.