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 6a633e6  Fix TLS 1.3 check
     new 8f7f0a8  Add QUICDebugNames::error_class and QUICDebugNames::error_code
     new 8eaad3d  Set IPV6_V6ONLY socket option
     new 5fe8924  Fix "Invalid argument" error on sending UDP packet
     new 2ec9b80  Set sa_family when initialize QUICNetVConnection
     new 6ea3b7d  Fix max data size of STREAM frame

The 5 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       |  1 +
 iocore/net/QUICNetVConnection.cc        | 16 ++++++++++---
 iocore/net/QUICPacketHandler.cc         |  3 +++
 iocore/net/UnixUDPNet.cc                | 12 +++++++++-
 iocore/net/quic/Mock.h                  | 14 +++++++++++-
 iocore/net/quic/QUICDebugNames.cc       | 40 +++++++++++++++++++++++++++++++++
 iocore/net/quic/QUICDebugNames.h        |  3 +++
 iocore/net/quic/QUICFrameTransmitter.h  |  1 +
 iocore/net/quic/QUICStream.cc           | 10 ++++-----
 iocore/net/quic/QUICStream.h            |  6 +++--
 iocore/net/quic/QUICStreamManager.cc    |  2 +-
 iocore/net/quic/test/test_QUICStream.cc |  6 ++---
 12 files changed, 97 insertions(+), 17 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to