You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/04/12 02:03:14 UTC

[trafficserver] branch quic-latest updated (3c27f60 -> c3fcccb)

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 3c27f60  Ran clang-format
     new f607cac  Update QUIC draft numbers to 19
     new 7af1770  Update TransportParameter format to draft-19
     new c3fcccb  Remove version related fields from TP and version validation logic

The 12940 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/quic/Mock.h                             |  4 +-
 iocore/net/quic/QUICHandshake.cc                   | 28 ++------
 iocore/net/quic/QUICHandshake.h                    |  5 +-
 iocore/net/quic/QUICTransportParameters.cc         | 51 +--------------
 iocore/net/quic/QUICTransportParameters.h          | 15 ++---
 iocore/net/quic/QUICTypes.h                        |  2 +-
 iocore/net/quic/QUICVersionNegotiator.cc           | 39 +----------
 iocore/net/quic/QUICVersionNegotiator.h            |  3 +-
 iocore/net/quic/test/test_QUICPacketFactory.cc     |  2 +-
 iocore/net/quic/test/test_QUICStreamManager.cc     | 75 +++++++++-------------
 .../net/quic/test/test_QUICTransportParameters.cc  | 37 ++---------
 iocore/net/quic/test/test_QUICVersionNegotiator.cc | 33 ----------
 src/traffic_quic/quic_client.cc                    |  4 +-
 src/tscore/ink_inet.cc                             |  4 +-
 14 files changed, 63 insertions(+), 239 deletions(-)