• Bence Béky's avatar
    Roll src/net/third_party/quiche/src/ d84ef00c9..d15ae2bf5 (10 commits) · 9dbccfbe
    Bence Béky authored
    https://quiche.googlesource.com/quiche.git/+log/d84ef00c9666..d15ae2bf593a
    
    $ git log d84ef00c9..d15ae2bf5 --date=short --no-merges --format='%ad %ae %s'
    2020-10-23 bnc Move protocol flags out of platform so that they are
          included in QUICHE.
    2020-10-23 mattm Move num_failed_authentication_packets_received to
          QuicConnectionStats and fix
          QuicConnectionTest.IntegrityLimitDoesNotApplyWithoutDecryptionKey
    2020-10-23 vasilvv Replace QUIC_FALLTHROUGH_INTENDED with
          ABSL_FALLTHROUGH_INTENDED.
    2020-10-23 wub If B2SL option is set in QUIC BBR2,  when STARTUP exits
          due to loss, it will set the inflight_hi to the max of bdp and
          max_bytes_delivered_in_round.
    2020-10-23 mattm Add QuicConfig::KeyUpdateSupportedRemotely getter.
    2020-10-23 dschinazi Add code counts for building version negotiation
          packets
    2020-10-23 dschinazi Remove unused
          QuicPacketCreator::SerializeVersionNegotiationPacket
    2020-10-23 haoyuewang Reduce quic::ConnectionId size from 24 bytes to 16                                                                                                      bytes on 64 bit system. This reduces some memory usage of
          connection & session on the server side.
    2020-10-23 mattm Add QuicFramer::PotentialPeerKeyUpdateAttemptCount()
          method.
    2020-10-23 vasilvv Downgrade a QUIC_BUG to a warning.
    
    
    Created with:
      roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src
    
    Change-Id: Ic48658bba769f3090639334f314f09053f9db28e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495402
    Commit-Queue: Bence Béky <bnc@chromium.org>
    Reviewed-by: default avatarDavid Schinazi <dschinazi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#820976}
    9dbccfbe
quic_flags_list.h 15.7 KB