commit | cd09802d3a6641cfb3565f9dfa5661451c0d89fa | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Fri Mar 22 18:49:55 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 22 18:51:00 2019 -0700 |
tree | a8715c1c430eb305b776de5de4054448a37ef435 | |
parent | a19b43d3751f76b0cf8f48061d76d318d45f1f63 [diff] |
gfe-relnote: In QUIC, enable multiple packet number support in QuicConnection when using TLS as handshake protocol. Protected by existing flags quic_validate_packet_number_post_decryption, quic_deprecate_ack_bundling_mode, quic_rpm_decides_when_to_send_acks, quic_use_uber_received_packet_manager, quic_use_uber_loss_algorithm, quic_quic_enable_accept_random_ipn. When multiple packet number spaces is supported, an ACK frame will be bundled with connection close only if the connection is not write blocked. PiperOrigin-RevId: 239903685 Change-Id: Id10874e85109080a0f5554a68a909ccc789cc180
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.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.