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 3effcc0 Fix test_QUICStream
new f04325d Change interface of QUICPacketPayloadProtector to
IOBufferBlock from uint8_t array
new 3059b85 Add QUICFrame::to_io_buffer_block() and use it instead of
store()
new 98e1ec3 Update tests to catch up interface changes
new d64938e Add const qualifiers
The 12921 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 | 88 ++++++++++++++++------
iocore/net/quic/QUICFrame.cc | 16 ++++
iocore/net/quic/QUICFrame.h | 1 +
iocore/net/quic/QUICPacketFactory.cc | 59 ++++++++++-----
iocore/net/quic/QUICPacketPayloadProtector.cc | 57 +++++++++-----
iocore/net/quic/QUICPacketPayloadProtector.h | 15 ++--
.../net/quic/QUICPacketPayloadProtector_openssl.cc | 20 +++--
iocore/net/quic/test/test_QUICHandshakeProtocol.cc | 49 ++++++------
9 files changed, 210 insertions(+), 101 deletions(-)