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 da21ef1 Add QUICPathManager.cc
add 39c2c16 Remove many dependency for libinknet from QUIC module
add 0659839 Add dependency for libUglyLogStubs.a for now to pass the CI
job
No new revisions were added by this update.
Summary of changes:
iocore/net/Makefile.am | 1 +
iocore/net/QUICMultiCertConfigLoader.cc | 350 +++++++++++++++++++++
.../QUICGlobals.h => QUICMultiCertConfigLoader.h} | 38 ++-
iocore/net/QUICNetProcessor.cc | 1 +
iocore/net/QUICNetVConnection.cc | 1 +
iocore/net/quic/Makefile.am | 4 +-
iocore/net/quic/QUICAckFrameCreator.h | 1 -
iocore/net/quic/QUICConfig.cc | 240 +-------------
iocore/net/quic/QUICConfig.h | 28 +-
iocore/net/quic/QUICGlobals.cc | 82 +----
iocore/net/quic/QUICGlobals.h | 4 -
iocore/net/quic/test/test_QUICAckFrameCreator.cc | 2 -
12 files changed, 382 insertions(+), 370 deletions(-)
create mode 100644 iocore/net/QUICMultiCertConfigLoader.cc
copy iocore/net/{quic/QUICGlobals.h => QUICMultiCertConfigLoader.h} (56%)