You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sc...@apache.org on 2019/06/24 03:55:35 UTC

[trafficserver] branch quic-latest updated (f694ead -> 4084cc5)

This is an automated email from the ASF dual-hosted git repository.

scw00 pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from f694ead  QUIC:: Fixed crypto error
     add 2c9fc9e  QUIC: Adds quic recovery 20
     add 3195b94  QUIC: Add cc 20 support
     add b748f63  QUIC: Remove QUICPacketProtectionKeyInfo::is_one_rtt_key_available
     add 4084cc5  QUIC: Fixes test cases for quic recovery 20

No new revisions were added by this update.

Summary of changes:
 iocore/net/QUICNetVConnection.cc              |   3 +-
 iocore/net/quic/Mock.h                        |   6 +-
 iocore/net/quic/QUICConfig.h                  |   4 +-
 iocore/net/quic/QUICCongestionController.cc   |  24 ++-
 iocore/net/quic/QUICLossDetector.cc           | 257 ++++++++++++++++----------
 iocore/net/quic/QUICLossDetector.h            |  48 +++--
 iocore/net/quic/test/test_QUICLossDetector.cc |   9 +-
 mgmt/RecordsConfig.cc                         |   4 +-
 8 files changed, 216 insertions(+), 139 deletions(-)