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 b64517c Fix assertion in quic_client
new 7e738b0 Fix a compile issue
new 7cb18b3 Capsulate how to read QUIC packets from UDP packets
The 2 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 | 6 +-
iocore/net/QUICNetVConnection.cc | 64 ++++++----------------
iocore/net/quic/Makefile.am | 1 +
iocore/net/quic/Mock.h | 6 --
iocore/net/quic/QUICConnection.h | 1 -
iocore/net/quic/QUICPacketReceiveQueue.cc | 61 +++++++++++++++++++++
...ketRetransmitter.h => QUICPacketReceiveQueue.h} | 22 +++++---
iocore/net/quic/test/test_QUICKeyGenerator.cc | 1 +
8 files changed, 94 insertions(+), 68 deletions(-)
create mode 100644 iocore/net/quic/QUICPacketReceiveQueue.cc
copy iocore/net/quic/{QUICPacketRetransmitter.h => QUICPacketReceiveQueue.h}
(68%)
--
To stop receiving notification emails like this one, please contact
[email protected].