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/27 02:19:57 UTC

[trafficserver] branch quic-latest updated (2e78599 -> 887732b)

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 2e78599  Merge branch 'master' into quic-latest
     add 617dd31  Update draft version numbers to 23
     add d1951e9  Update the length of unpredictable bits field in Stateless Reset Packet
     add 9d843eb  Rename DISABLE_MIGRATION to DISABLE_ACTIVE_MIGRATION
     add c2b9be3  Update QUIC transport error codes
     add 887732b  Update initial salt

No new revisions were added by this update.

Summary of changes:
 iocore/net/QUICNetVConnection.cc                     |  4 ++--
 iocore/net/quic/Mock.h                               |  2 +-
 iocore/net/quic/QUICDebugNames.cc                    | 18 ++++++++----------
 iocore/net/quic/QUICHandshake.cc                     |  2 +-
 iocore/net/quic/QUICIncomingFrameBuffer.cc           | 12 ++++++------
 iocore/net/quic/QUICKeyGenerator.cc                  |  2 +-
 iocore/net/quic/QUICPacketFactory.cc                 |  9 +++++----
 iocore/net/quic/QUICStreamManager.cc                 | 12 ++++++------
 iocore/net/quic/QUICTransportParameters.cc           |  2 +-
 iocore/net/quic/QUICTransportParameters.h            |  2 +-
 iocore/net/quic/QUICTypes.h                          | 13 ++++++-------
 iocore/net/quic/test/test_QUICIncomingFrameBuffer.cc |  6 +++---
 iocore/net/quic/test/test_QUICPacketFactory.cc       |  2 +-
 iocore/net/quic/test/test_QUICTransportParameters.cc |  6 +++---
 src/traffic_quic/quic_client.cc                      |  4 ++--
 src/tscore/ink_inet.cc                               |  4 ++--
 16 files changed, 49 insertions(+), 51 deletions(-)