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 d034bd6 Remove libtsconfig from Makefiles
add 33e3c64 Add QUICPacket::to()
add dff2c21 Add QUICFrame::packet()
add aafa9ab Add QUICPath
add 19e6fa4 Add QUICPathManager
No new revisions were added by this update.
Summary of changes:
iocore/net/P_QUICNetVConnection.h | 13 +-
iocore/net/QUICNetVConnection.cc | 117 +++++++---------
iocore/net/quic/Makefile.am | 1 +
iocore/net/quic/QUICFrame.cc | 96 ++++++++------
iocore/net/quic/QUICFrame.h | 49 ++++---
iocore/net/quic/QUICFrameDispatcher.cc | 4 +-
iocore/net/quic/QUICFrameDispatcher.h | 3 +-
iocore/net/quic/QUICPacket.cc | 28 +++-
iocore/net/quic/QUICPacket.h | 14 +-
iocore/net/quic/QUICPacketFactory.cc | 4 +-
iocore/net/quic/QUICPacketFactory.h | 2 +-
iocore/net/quic/QUICPacketReceiveQueue.cc | 3 +-
iocore/net/quic/QUICPacketReceiveQueue.h | 1 +
.../{QUICStreamFactory.h => QUICPathManager.h} | 31 +++--
iocore/net/quic/QUICPathValidator.cc | 147 ++++++++++++++-------
iocore/net/quic/QUICPathValidator.h | 51 ++++---
iocore/net/quic/QUICTypes.cc | 18 +++
iocore/net/quic/QUICTypes.h | 55 ++++++++
18 files changed, 405 insertions(+), 232 deletions(-)
copy iocore/net/quic/{QUICStreamFactory.h => QUICPathManager.h} (59%)