This is an automated email from the ASF dual-hosted git repository.
masaori pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from c753466 Add QUICPacketNumberProtector
new 41a18db Reset CongestionController when QUICNetVC need to discard all
transport state
new f747355 [draft-11] Follow pseudocode updates of
draft-ietf-quic-recovery
new 5b0c618 Print "ack_only" when sending ack only packet
new 162d6cf Const Correctness
new 51fecc1 Fix unit tests
new 7b03ca1 Fix test_QUICFrameDispatcher
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
iocore/net/QUICNetVConnection.cc | 6 +-
iocore/net/quic/Mock.h | 6 +-
iocore/net/quic/QUICCongestionController.cc | 25 ++-
iocore/net/quic/QUICLossDetector.cc | 170 +++++++++++++--------
iocore/net/quic/QUICLossDetector.h | 13 +-
iocore/net/quic/test/Makefile.am | 2 +-
iocore/net/quic/test/test_QUICHandshakeProtocol.cc | 2 +-
7 files changed, 139 insertions(+), 85 deletions(-)