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 2020/02/21 03:27:23 UTC

[trafficserver] branch quic-latest updated (7fea981 -> bfbea17)

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 7fea981  Update comments
     add 0f09b59  Handle stateless reset
     add cc223b0  Add QUICConnection::reset_connection()
     add bfbea17  Add -r option for stateless reset excersice to traffic_quic

No new revisions were added by this update.

Summary of changes:
 iocore/net/P_QUICNetProcessor.h                    |  2 +
 iocore/net/P_QUICNetVConnection.h                  |  8 +-
 iocore/net/P_QUICPacketHandler.h                   | 12 ++-
 iocore/net/QUICNetProcessor.cc                     |  9 +-
 iocore/net/QUICNetVConnection.cc                   | 53 ++++++++++--
 iocore/net/QUICPacketHandler.cc                    | 95 +++++++++++++++++-----
 iocore/net/quic/Makefile.am                        |  1 +
 iocore/net/quic/QUICAltConnectionManager.cc        |  7 +-
 iocore/net/quic/QUICAltConnectionManager.h         |  7 +-
 iocore/net/quic/QUICConnection.h                   |  1 +
 iocore/net/quic/QUICEvents.h                       |  1 +
 iocore/net/quic/QUICFrame.cc                       |  6 +-
 iocore/net/quic/QUICPacket.cc                      | 17 +++-
 iocore/net/quic/QUICPacket.h                       |  3 +-
 iocore/net/quic/QUICPacketFactory.cc               |  4 +-
 iocore/net/quic/QUICPacketFactory.h                |  2 +-
 iocore/net/quic/QUICResetTokenTable.cc             | 53 ++++++++++++
 .../net/quic/QUICResetTokenTable.h                 | 32 ++++----
 iocore/net/quic/QUICTypes.cc                       |  9 ++
 iocore/net/quic/QUICTypes.h                        | 12 +++
 src/traffic_quic/quic_client.cc                    |  3 +
 src/traffic_quic/quic_client.h                     |  1 +
 src/traffic_quic/traffic_quic.cc                   |  1 +
 23 files changed, 275 insertions(+), 64 deletions(-)
 create mode 100644 iocore/net/quic/QUICResetTokenTable.cc
 copy proxy/private/SSLProxySession.h => iocore/net/quic/QUICResetTokenTable.h (63%)