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 5e3ca19 QUIC: Load multiple certs
new aa10729 QUIC: Introduce base stream class
new b0cd800 QUIC: Use QUICStream as base class
new f6972d4 QUIC: Introduce QUICStreamVConnection to process VIO
new 4088245 QUIC: Rename quicStreamAllocator to quicBidiStreamAllocator
The 12869 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/eventsystem/I_Thread.h | 2 +-
iocore/net/quic/Mock.h | 2 +-
iocore/net/quic/QUICApplication.cc | 30 +-
iocore/net/quic/QUICApplication.h | 12 +-
iocore/net/quic/QUICStream.cc | 658 ++++++++++++++++++--------------
iocore/net/quic/QUICStream.h | 187 +++++----
iocore/net/quic/QUICStreamManager.cc | 41 +-
iocore/net/quic/QUICStreamManager.h | 8 +-
iocore/net/quic/test/test_QUICStream.cc | 25 +-
9 files changed, 551 insertions(+), 414 deletions(-)