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/11/16 03:33:58 UTC

[trafficserver] branch quic-latest updated (e892988 -> 26910cf)

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 e892988  traffic_quic: Support close exercise option on H3 session
     add af2f854  Don't migrate connection until a client sends non-probing frame
     add ce0efc2  Update QUIC draft version numbers to 24
     add 77a5dd1  Allow sending PING at any encryption level
     add 4766128  Handle multiple INITIAL packets from a client
     add 500b22a  Add settings for QUIC quantum readiness test
     add c53e409  QUIC Connection Close frame is not ack-eliciting
     add 26910cf  Fix tests

No new revisions were added by this update.

Summary of changes:
 iocore/net/QUICNetVConnection.cc               | 41 ++++++++++++------
 iocore/net/quic/Mock.h                         |  2 +-
 iocore/net/quic/QUICConfig.cc                  | 16 +++++++
 iocore/net/quic/QUICConfig.h                   | 12 ++++--
 iocore/net/quic/QUICFrame.cc                   |  2 +-
 iocore/net/quic/QUICHandshake.cc               | 10 +++++
 iocore/net/quic/QUICLossDetector.cc            | 12 +++---
 iocore/net/quic/QUICPinger.cc                  | 36 ++++++++--------
 iocore/net/quic/QUICPinger.h                   |  8 ++--
 iocore/net/quic/QUICTransportParameters.cc     |  3 +-
 iocore/net/quic/QUICTypes.h                    | 28 +++++++------
 iocore/net/quic/test/test_QUICPacketFactory.cc |  2 +-
 iocore/net/quic/test/test_QUICPinger.cc        | 58 +++++++++++++-------------
 mgmt/RecordsConfig.cc                          |  4 ++
 src/traffic_quic/quic_client.cc                |  4 +-
 src/tscore/ink_inet.cc                         |  4 +-
 16 files changed, 150 insertions(+), 92 deletions(-)