• Victor Vasiliev's avatar
    This CL is a combination of two rolls. · 71dfd2d3
    Victor Vasiliev authored
    Roll src/net/third_party/quiche/src/ dfbd3df88..fa63b6e14 (21 commits)
    
    https://quiche.googlesource.com/quiche.git/+log/dfbd3df88865..fa63b6e147fd
    
    $ git log dfbd3df88..fa63b6e14 --date=short --no-merges --format='%ad %ae %s'
    2019-11-05 wub Fix a gfe_quic_fuzzer issue caused by uninitialized packet number.
    2019-11-05 fayang gfe-relnote: In QUIC T049+, support sending coalesced packets.
    2019-11-05 wub gfe-relnote: (n/a) Add QuicCircularDeque to third_party/quic/core. Code not used yet.
    2019-11-05 bnc Remove QuicheMakeUnique.
    2019-11-05 wub gfe-relnote: In quic_framer.cc, replace PacketNumberIntervalLength(interval) by interval.Length(). Not protected.
    2019-11-05 wub Internal QUICHE change
    2019-11-04 quiche-dev Add support for creating a persistent TUN device (that survives across Bonnet restarts).
    2019-11-04 renjietang Change name of QuicStream::HasFinalReceivedByteOffset() to HasReiceivedFinalOffset().
    2019-11-04 vasilvv Add a simple QuicTransport server for testing and demo purposes.
    2019-11-04 fayang gfe-relnote: In QUIC, add a connection option to use 2 * rttvar when calculating PTO timeout. Protected by existing gfe2_reloadable_flag_quic_enable_pto.
    2019-11-04 bnc Add QuicDispatcherPeer::GetTimeWaitListManager() method.
    2019-11-04 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_donot_process_small_initial_packets.
    2019-11-04 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_simplify_stop_waiting.
    2019-11-04 fayang gfe-relnote: In QUIC, add SetSoftMaxPacketLength to set a soft max packet length in creator. If a single frame is failed to be serialized, restore the actual max packet length. Not used yet. Not protected.
    2019-11-04 renjietang Use connection's encryption level at QuicCryptoStream::OnCryptoFrame().
    2019-11-04 dschinazi Enable all versions in toy server
    2019-11-04 dschinazi Deprecate quic_parse_prox_source_connection_id
    2019-11-04 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_add_upper_limit_of_buffered_control_frames3.
    2019-11-04 fayang gfe-relnote: In QUIC, add connection option to enable IETF loss detection with both adaptive packet and adaptive time threshold. Protected by existing gfe2_reloadable_flag_quic_enable_ietf_loss_detection.
    2019-11-04 fayang gfe-relnote: In QUIC, add 2 connection options to set the start point of exponential backoff when calculating PTO timeout. Protected by exisiting gfe2_reloadable_flag_quic_enable_pto.
    2019-11-04 fayang gfe-relnote: In GFE, add two QUIC connection options for cwnd bootstrap experiments with different multipliers. Protected by existing gfe2_reloadable_flag_quic_use_ip_bandwidth_module.
    
    Created with:
      roll-dep src/net/third_party/quiche/src
    
    Roll src/net/third_party/quiche/src/ fa63b6e14..7a4d20901 (7 commits)
    
    https://quiche.googlesource.com/quiche.git/+log/fa63b6e147fd..7a4d20901fbb
    
    $ git log fa63b6e14..7a4d20901 --date=short --no-merges --format='%ad %ae %s'
    2019-11-06 quiche-dev Send an ICMP6_PACKET_TOO_BIG when we try to send a message that is too big.
    2019-11-06 wub gfe-relnote: (n/a) Make QuicCircularDeque compile in Chromium. Code not used yet.
    2019-11-06 vasilvv Replace kMaxIetfVarInt with UINT32_MAX, as size_t on 32-bit platforms is smaller than kMaxIetfVarInt, thus causing a compile error on those platforms.
    2019-11-05 wub gfe-relnote: (n/a) Remove a QUIC_BUG in quic::PacketNumberQueue::AddRange. Test only. Not protected.
    2019-11-05 renjietang Remove redundant stream finding code when STOP_SENDING frame is received.
    2019-11-05 dschinazi Update to IETF draft 24
    2019-11-05 fayang gfe-relnote: Remove QuicPacketGenerator.
    
    Created with:
      roll-dep src/net/third_party/quiche/src
    
    R=rch@chromium.org
    
    Change-Id: I2ba2a6140544cd2f07f43b4fa68c36873c65e6d8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900429
    Commit-Queue: Victor Vasiliev <vasilvv@chromium.org>
    Reviewed-by: default avatarSteve Anton <steveanton@chromium.org>
    Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#713313}
    71dfd2d3
DEPS 134 KB