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/01/24 08:56:22 UTC

[trafficserver] branch quic-latest updated (67673b1 -> 6dc267a)

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 67673b1  Add PADDING frames if packet is too small
     new 4265359  Send PING frame on an appropriate encryption level
     new ba58765  Record encryption level of lost frames
     new 6dc267a  Send PING after path validation

The 12559 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 iocore/net/QUICNetVConnection.cc |  4 ++++
 iocore/net/quic/QUICPinger.cc    | 10 ++++------
 iocore/net/quic/QUICPinger.h     |  2 +-
 iocore/net/quic/QUICStream.cc    | 24 ++++++++++++++----------
 iocore/net/quic/QUICStream.h     |  8 ++++----
 5 files changed, 27 insertions(+), 21 deletions(-)