Roll src/net/third_party/quiche/src/ c41d2fe86..4581908be (16 commits)
https://quiche.googlesource.com/quiche.git/+log/c41d2fe865c9..4581908bee97 $ git log c41d2fe86..4581908be --date=short --no-merges --format='%ad %ae %s' 2020-07-08 vasilvv Make QuicFrame a standard-layout struct. 2020-07-07 renjietang Rename QuicConnection::RetransmitZeroRttPackets() to MarkZeroRttPacketsForRetransmission() because the method doesn't actually retransmit the data. 2020-07-07 fayang Enable gfe2_reloadable_flag_quic_fix_undecryptable_packets and gfe2_reloadable_flag_quic_fix_packet_number_length in //third_party/quic/core/http:end_to_end_test. 2020-07-07 quiche-dev Don’t assume `QuicheStringPiece::const_iterator` is a `const char*` 2020-07-07 dschinazi Deprecate quic_google_transport_param_send_new 2020-07-07 quiche-dev Remove SSL methods from non-SSL base class 2020-07-06 dschinazi Fix packet number length computation 2020-07-06 renjietang Deprecate gfe2_reloadable_flag_quic_do_not_retransmit_immediately_on_zero_rtt_reject 2020-07-06 wub For quic loss detection tuning, add a new reward function using average http latency and run it side by side with the existing reward function. protected by --gfe2_reloadable_flag_quic_enable_loss_detection_experiment_at_gfe. 2020-07-06 fayang Deprecate gfe2_reloadable_flag_quic_fix_write_pending_crypto_retransmission. 2020-07-06 fayang Deprecate gfe2_reloadable_flag_quic_fix_willing_and_able_to_write. 2020-07-06 fayang Deprecate gfe2_reloadable_flag_quic_move_amplification_limit. 2020-07-06 fayang Deprecate gfe2_reloadable_flag_quic_bundle_crypto_data_with_initial_ack. 2020-07-06 wub Deprecate --gfe2_reloadable_flag_quic_update_ack_alarm_in_send_all_pending_acks. 2020-07-06 haoyuewang Remove max_ack_delay_ in rttstats. this field is unused and should be removed when deprecating quic_sent_packet_manager_cleanup flag, and hence not flag protected. 2020-07-01 dschinazi Prevent infinite loops in QUIC e2e test Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src R=dschinazi@chromium.org Change-Id: Ib7aab5e79c77db6abaaca6beb70c0fbfb2424b9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2287892 Auto-Submit: Bin Wu <wub@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Reviewed-by:David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#786416}
Showing
Please register or sign in to comment