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 70ef6ad Add unit tests for QUICPreferredAddress
add 26820f2 QUIC: Delay ack support
add 61693dd QUIC Sink common_send_packet to QUICConnection
add a732c62 QUIC test_QUICAckFrameCreator
add dd49e1d QUIC: add test for delay ack
add afd9c89 QUIC: Make a periodic event to send ack_frame
add f313cb5 QUIC: Schedule PACKET_READY_EVENT if ack_frame availiable
add 1bc29d2 QUIC: Add assertion on QUICNetVConnection::thread and fix
tests
No new revisions were added by this update.
Summary of changes:
iocore/net/P_QUICNetVConnection.h | 9 +-
iocore/net/QUICNetVConnection.cc | 86 +++++-
iocore/net/quic/QUICAckFrameCreator.cc | 376 ++++++++++++++++-------
iocore/net/quic/QUICAckFrameCreator.h | 88 ++++--
iocore/net/quic/QUICDebugNames.cc | 2 +
iocore/net/quic/QUICEvents.h | 1 +
iocore/net/quic/QUICFrameDispatcher.cc | 8 +-
iocore/net/quic/test/test_QUICAckFrameCreator.cc | 200 +++++++++---
8 files changed, 573 insertions(+), 197 deletions(-)