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 06b3b2d Assign thread for QUICNetVC at
QUICPacketHandlerIn::_recv_packet
add 7c2b65a QUIC: Refactor crypto and stream frame retrasmission
No new revisions were added by this update.
Summary of changes:
iocore/net/quic/QUICFrame.cc | 11 ++--
iocore/net/quic/QUICFrame.h | 2 +-
iocore/net/quic/QUICFrameRetransmitter.cc | 42 ++++++++++++++-
iocore/net/quic/QUICFrameRetransmitter.h | 6 ++-
iocore/net/quic/QUICPacketRetransmitter.cc | 2 +
iocore/net/quic/QUICStream.cc | 49 ++++++++++-------
iocore/net/quic/QUICStream.h | 6 ++-
iocore/net/quic/test/test_QUICFrame.cc | 3 +-
.../net/quic/test/test_QUICFrameRetransmitter.cc | 61 ++++++++++++++++++++--
9 files changed, 146 insertions(+), 36 deletions(-)