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
2 files changed
tree: e19b9f66a0a4609a71318eea430fb3c50250addf
  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.