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 7b03ca1 Fix test_QUICFrameDispatcher
new 3c73a15 Print keys for PNE when keys are updated
new 32d43b0 Change payload length field to length field (apart of draft
13)
new 6751e97 Protect sending packet numbers
new 609e3e7 Length of keys for PNE is not a fixed length
The 4 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_QUICPacketHandler.h | 10 ++-
iocore/net/QUICNetVConnection.cc | 6 +-
iocore/net/QUICPacketHandler.cc | 20 +++--
iocore/net/quic/QUICKeyGenerator.cc | 2 +-
iocore/net/quic/QUICPacket.cc | 137 ++++++++++++++++++++++++++----
iocore/net/quic/QUICPacket.h | 7 +-
iocore/net/quic/QUICPacketReceiveQueue.cc | 70 +++------------
iocore/net/quic/QUICPacketReceiveQueue.h | 2 -
iocore/net/quic/QUICTLS.cc | 4 +
9 files changed, 166 insertions(+), 92 deletions(-)