-
Dan Zhang authored
https://quiche.googlesource.com/quiche.git/+log/b93b64e6bec7..85240a12ed2b $ git log b93b64e6b..85240a12e --date=short --no-merges --format='%ad %ae %s' 2019-12-23 rch Rename HandshakerDelegate to HandshakerInterface in QuicCryptoServerStream and QuicCryptoClientStream to make it clear that this is an interface which defines the handshaker as opposed to a delegate of the handshaker (Which is defined by the similarly named HandshakerDelegateInterface). 2019-12-23 wub gfe-relnote: For QUIC BBR v1 and v2, only produce one bandwidth/rtt sample per congestion event. Protected by --gfe2_reloadable_flag_quic_one_bw_sample_per_ack_event. 2019-12-23 ianswett Deprecate gfe2_reloadable_flag_quic_stop_reading_when_level_triggered. 2019-12-20 nharper gfe-relnote: Create handshaker for QuicCryptoServerStream in constructor instead of later. Protected by reloadable flag quic_set_server_handshaker_in_constructor. 2019-12-20 danzh gfe-relnote: n/a(code clean up) Add default definition of copy assignment for QuicPacketHeader. 2019-12-20 rch gfe-relnote: Drop QUIC INITIAL packets which are less than 1200 bytes. Protected by --gfe2_reloadable_flag_quic_drop_small_initial_packets 2019-12-20 wub gfe-relnote: Change quic::SendTimeState.bytes_in_flight to include the bytes from the packet just sent. Protected by v2 flag --gfe2_reloadable_flag_quic_bw_sampler_remove_packets_once_per_congestion_event2. 2019-12-20 wub gfe-relnote: (n/a) Add a QUIC BBRv2 simulator test to make sure inflight_hi is cut gradually upon loss from PROBE_UP. Test only. Created with: roll-dep src/net/third_party/quiche/src R=rch@chromium.org Change-Id: Id400aee98f6e184794f27f4aac554dbaa760ebeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982621Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Dan Zhang <danzh@chromium.org> Cr-Commit-Position: refs/heads/master@{#727492}
555e5e61