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/09/03 03:32:37 UTC

[trafficserver] branch quic-latest updated (0e4622e -> 13f9f63)

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 0e4622e  Assert sending a frame that is allowed on the encryption level
     add 13f9f63  Use active_connection_id_limit advertised

No new revisions were added by this update.

Summary of changes:
 iocore/net/QUICNetVConnection.cc            |  38 +++++--
 iocore/net/quic/QUICAltConnectionManager.cc | 157 +++++++++++++++-------------
 iocore/net/quic/QUICAltConnectionManager.h  |  29 +++--
 iocore/net/quic/QUICConfig.cc               |  21 ++--
 iocore/net/quic/QUICConfig.h                |  14 +--
 iocore/net/quic/QUICHandshake.cc            |   6 ++
 iocore/net/quic/QUICTypes.h                 |   1 +
 mgmt/RecordsConfig.cc                       |   4 +
 8 files changed, 161 insertions(+), 109 deletions(-)