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 24df75e Decouple HTTP/0.9 and HTTP/3
new 11e1159 Reduce use of QUICConfig::scoped_config
new f69fb7e Have a QUICConfigParams as a member of QNetVC
new a311a79 Get session filename from QUICTLS
new 96f0032 Remove redundant QUICConfig::scoped_config
The 12890 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 | 3 +
iocore/net/QUICNetVConnection.cc | 241 ++++++++++++++++++++---
iocore/net/QUICPacketHandler.cc | 1 -
iocore/net/quic/Mock.h | 70 ++++++-
iocore/net/quic/QUICCongestionController.cc | 15 +-
iocore/net/quic/QUICGlobals.cc | 11 +-
iocore/net/quic/QUICHandshake.cc | 73 ++++---
iocore/net/quic/QUICHandshake.h | 9 +-
iocore/net/quic/QUICLossDetector.cc | 11 +-
iocore/net/quic/QUICLossDetector.h | 5 +-
iocore/net/quic/QUICTLS.cc | 6 +
iocore/net/quic/QUICTLS.h | 8 +-
iocore/net/quic/QUICTLS_openssl.cc | 18 +-
iocore/net/quic/QUICTypes.h | 35 ++++
iocore/net/quic/test/test_QUICFrameDispatcher.cc | 6 +-
iocore/net/quic/test/test_QUICLossDetector.cc | 12 +-
16 files changed, 414 insertions(+), 110 deletions(-)