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 2018/03/14 07:27:06 UTC

[trafficserver] branch quic-latest updated (c9845e0 -> 3d54976)

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 c9845e0  Create RETRY packet
     add 3d54976  Separate out QUICVariableInt from QUICUtil so that HQ can use it

No new revisions were added by this update.

Summary of changes:
 iocore/net/quic/Makefile.am                        |   1 +
 iocore/net/quic/QUICFrame.cc                       |  43 +++---
 iocore/net/quic/QUICIntUtil.cc                     | 129 ++++++++++++++++++
 .../quic/{QUICApplicationMap.h => QUICIntUtil.h}   |  25 ++--
 iocore/net/quic/QUICTransportParameters.cc         |  33 ++---
 iocore/net/quic/QUICTypes.cc                       | 149 +++------------------
 iocore/net/quic/QUICTypes.h                        |  25 +---
 iocore/net/quic/test/Makefile.am                   |   9 ++
 iocore/net/quic/test/test_QUICTypeUtil.cc          |  19 +--
 proxy/hq/HQ.cc => lib/ts/ink_endian.h              |  18 +--
 10 files changed, 233 insertions(+), 218 deletions(-)
 create mode 100644 iocore/net/quic/QUICIntUtil.cc
 copy iocore/net/quic/{QUICApplicationMap.h => QUICIntUtil.h} (59%)
 copy proxy/hq/HQ.cc => lib/ts/ink_endian.h (79%)

-- 
To stop receiving notification emails like this one, please contact
maskit@apache.org.