Allow QUIC applications to access path validation context and explicitly cancel path validation. This will allow Chrome to avoid double probing and handle packet writer error properly. PiperOrigin-RevId: 347647587 Change-Id: If099f6045f08f27f905b6f9dc2e26d25f8f2f0ee
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.