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 8185c20  Add nullptr check before calling QUICConnectionTable::erase()
     new fc1bc36  Fix QUICPacketFactory for Version Negotiation Packet
     new b778c96  Remove version args from create_initial_packet
     new 528f1ee  Add VERSION_NEGOTIATION packet support to 
QUICVersionNegotiator
     new 6ff1a3f  Add Version Negotiation support on QUIC client

The 4 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                   | 23 +++++++-
 iocore/net/quic/QUICConfig.cc                      |  8 +++
 iocore/net/quic/QUICConfig.h                       |  3 +
 iocore/net/quic/QUICHandshake.cc                   | 52 ++++++++++++++++--
 iocore/net/quic/QUICHandshake.h                    |  4 +-
 iocore/net/quic/QUICPacket.cc                      | 42 +++++++++-----
 iocore/net/quic/QUICPacket.h                       |  6 +-
 iocore/net/quic/QUICTransportParameters.cc         | 12 ++++
 iocore/net/quic/QUICTransportParameters.h          |  1 +
 iocore/net/quic/QUICTypes.h                        |  2 +
 iocore/net/quic/QUICVersionNegotiator.cc           | 63 +++++++++++++++++++--
 iocore/net/quic/QUICVersionNegotiator.h            |  1 +
 iocore/net/quic/test/test_QUICPacketFactory.cc     |  6 +-
 .../net/quic/test/test_QUICTransportParameters.cc  |  1 +
 iocore/net/quic/test/test_QUICVersionNegotiator.cc | 64 +++++++++++++++++++---
 mgmt/RecordsConfig.cc                              |  2 +
 17 files changed, 251 insertions(+), 40 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to