This is an automated email from the ASF dual-hosted git repository.
maskit pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from f9b26d2 QUIC: Moving log in appropriate position
new 0b492fa Don't keep packets sent
new 49251b9 Pass QUICPacketInfoUPtr to on_packet_sent instead of
QUICPacketUPtr
new c5c1378 Fix a nullptr dereference
The 12881 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/P_QUICNetVConnection.h | 4 +-
iocore/net/QUICNetVConnection.cc | 35 ++++--
iocore/net/quic/Mock.h | 2 +-
iocore/net/quic/QUICCongestionController.cc | 6 +-
iocore/net/quic/QUICFrame.cc | 4 +-
iocore/net/quic/QUICFrame.h | 4 +-
iocore/net/quic/QUICLossDetector.cc | 84 +++++++-------
iocore/net/quic/QUICLossDetector.h | 31 +++---
iocore/net/quic/QUICPacket.cc | 33 ------
iocore/net/quic/QUICPacket.h | 14 +--
iocore/net/quic/QUICPacketFactory.cc | 23 ++--
iocore/net/quic/QUICPacketFactory.h | 14 +--
iocore/net/quic/test/test_QUICLossDetector.cc | 121 +++++++++++++++++----
iocore/net/quic/test/test_QUICPacketFactory.cc | 3 +-
iocore/net/quic/test/test_QUICVersionNegotiator.cc | 10 +-
15 files changed, 207 insertions(+), 181 deletions(-)