You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sc...@apache.org on 2019/09/11 07:36:34 UTC

[trafficserver] branch quic-latest updated (5980fa4 -> 256a74c)

This is an automated email from the ASF dual-hosted git repository.

scw00 pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 5980fa4  QUIC: add more infomation to QUICPacketProtectionKeyInfo
     add 256a74c  QUIC: Add Token Creator

No new revisions were added by this update.

Summary of changes:
 iocore/net/P_QUICNetVConnection.h                  | 21 ++-----
 iocore/net/QUICNetVConnection.cc                   | 51 +---------------
 iocore/net/quic/Makefile.am                        |  3 +-
 iocore/net/quic/QUICContext.h                      |  3 +-
 iocore/net/quic/QUICTokenCreator.cc                | 71 ++++++++++++++++++++++
 .../net/quic/{QUICPinger.h => QUICTokenCreator.h}  | 28 +++------
 6 files changed, 91 insertions(+), 86 deletions(-)
 create mode 100644 iocore/net/quic/QUICTokenCreator.cc
 copy iocore/net/quic/{QUICPinger.h => QUICTokenCreator.h} (58%)