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/12/10 07:41:25 UTC

[trafficserver] branch quic-latest updated (bc3e89b -> 7979f0c)

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 bc3e89b  Fix tests for AckFrameManager
     add 5d1082c  Add QUICAddressVaridationToken and QUICResumptionToken
     add 7979f0c  Send NEW_TOKEN frame

No new revisions were added by this update.

Summary of changes:
 .gitignore                                 |  2 +
 iocore/net/P_QUICNetVConnection.h          | 23 ++++++---
 iocore/net/QUICNetVConnection.cc           | 83 +++++++++++++++++++++++++-----
 iocore/net/QUICPacketHandler.cc            | 18 ++++---
 iocore/net/quic/Makefile.am                |  8 +++
 iocore/net/quic/QUICDebugNames.cc          |  2 +
 iocore/net/quic/QUICFrame.cc               | 14 ++---
 iocore/net/quic/QUICFrame.h                |  2 +-
 iocore/net/quic/QUICPacketRetransmitter.cc |  1 +
 iocore/net/quic/QUICTypes.cc               | 70 +++++++++++++++++++++++--
 iocore/net/quic/QUICTypes.h                | 72 ++++++++++++++++++++++++--
 iocore/net/quic/test/test_QUICType.cc      | 78 ++++++++++++++++++++++++++++
 12 files changed, 329 insertions(+), 44 deletions(-)
 create mode 100644 iocore/net/quic/test/test_QUICType.cc