Change TlsServerHandshaker::SetTransportParameters to return a SetTransportParametersResult instead of a boolean. SetTransportParametersResult.success is what the function used to return. The newly returned information, quic_transport_params and early_data_context, are not used yet. (Spin off from cl/346995830) PiperOrigin-RevId: 347693477 Change-Id: I82559ca8306028541a2e036879feb07f7d1148f2
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.