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/05/13 06:02:44 UTC

[trafficserver] branch quic-latest updated (a9e0b8b -> b7bf658)

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 a9e0b8b  Fix checking progress of write vio
     add 509eef0  QUIC: recovery-19 combine loss detector into one
     add 2432f39  Fixed coredump in Loss Detector
     add 97c9898  QUIC: Update CC to draft 19
     add f51845b  QUIC: Fixed test changed by loss_detector
     add 41ae20a  QUIC: remove pn_space and remove the dependency with ld
     add 6562700  QUIC: Fix test due to pre commits
     add b7bf658  QUIC: Make congestion period in QUICRTTProvider

No new revisions were added by this update.

Summary of changes:
 iocore/net/P_QUICNetVConnection.h                |   2 +-
 iocore/net/QUICNetVConnection.cc                 |  58 ++--
 iocore/net/quic/Mock.h                           |  24 +-
 iocore/net/quic/QUICAckFrameCreator.cc           |  37 +-
 iocore/net/quic/QUICAckFrameCreator.h            |   4 +-
 iocore/net/quic/QUICCongestionController.cc      |  74 +++-
 iocore/net/quic/QUICDebugNames.cc                |  16 +-
 iocore/net/quic/QUICDebugNames.h                 |   2 +-
 iocore/net/quic/QUICLossDetector.cc              | 419 ++++++++++++++---------
 iocore/net/quic/QUICLossDetector.h               | 118 ++++---
 iocore/net/quic/QUICPacketFactory.cc             |  20 +-
 iocore/net/quic/QUICPinger.cc                    |   2 +-
 iocore/net/quic/QUICTypes.cc                     |  15 +-
 iocore/net/quic/QUICTypes.h                      |  14 +-
 iocore/net/quic/test/test_QUICAckFrameCreator.cc |   3 +-
 iocore/net/quic/test/test_QUICFlowController.cc  |  12 +
 iocore/net/quic/test/test_QUICFrameDispatcher.cc |   2 +-
 iocore/net/quic/test/test_QUICLossDetector.cc    | 115 ++++---
 18 files changed, 569 insertions(+), 368 deletions(-)