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 a88e26f Keep frame id and frame generator instead of actual frame
instance
add d36bc11 Send Preferred Address if it is set
No new revisions were added by this update.
Summary of changes:
iocore/net/QUICNetVConnection.cc | 22 +++--
iocore/net/quic/Makefile.am | 8 ++
iocore/net/quic/QUICAltConnectionManager.cc | 52 ++++++++---
iocore/net/quic/QUICAltConnectionManager.h | 20 ++++-
iocore/net/quic/QUICConfig.cc | 14 +++
iocore/net/quic/QUICConfig.h | 7 +-
iocore/net/quic/QUICHandshake.cc | 12 ++-
iocore/net/quic/QUICHandshake.h | 5 +-
iocore/net/quic/QUICTransportParameters.cc | 23 ++++-
iocore/net/quic/QUICTypes.cc | 130 +++++++++++++++++++++++++++-
iocore/net/quic/QUICTypes.h | 21 ++++-
mgmt/RecordsConfig.cc | 2 +
12 files changed, 281 insertions(+), 35 deletions(-)