This is an automated email from the ASF dual-hosted git repository.
masaori pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 9946719 Fix QUICAckFrameCreator::update() calling in unit tests
new bd09c19 Separate SSL_CTX for client and server
new 2389503 Add suported_group configs
new d774873 Fix unit tests
The 3 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_QUICNetProcessor.h | 2 -
iocore/net/P_QUICNetVConnection.h | 2 +-
iocore/net/P_QUICPacketHandler.h | 3 +-
iocore/net/QUICNetProcessor.cc | 43 +-------
iocore/net/QUICNetVConnection.cc | 9 +-
iocore/net/QUICPacketHandler.cc | 8 +-
iocore/net/quic/QUICConfig.cc | 111 +++++++++++++++++++++
iocore/net/quic/QUICConfig.h | 18 ++++
iocore/net/quic/QUICStream.cc | 1 -
iocore/net/quic/test/Makefile.am | 40 ++++++--
.../net/quic/test/stub_QUICConfig.cc | 23 ++++-
iocore/net/quic/test/test_QUICHandshake.cc | 3 -
mgmt/RecordsConfig.cc | 4 +
13 files changed, 194 insertions(+), 73 deletions(-)
copy proxy/hq/HQ.cc => iocore/net/quic/test/stub_QUICConfig.cc (72%)
--
To stop receiving notification emails like this one, please contact
[email protected].