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 2018/05/14 01:16:05 UTC

[trafficserver] branch quic-latest updated (84c5fd3 -> 85fb9f6)

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 84c5fd3  Merge branch 'master' into quic-latest
     add cbc48bc  Make ConnectionId width flexible
     add 11e0bae  Update QUIC version literals to 11
     add adf54ea  Make tests compilable
     add 0efaaa3  Update wire formats and tests
     add 0509f14  Fix bugs around Connection ID
     add 912ecb2  Update Transport Parameters for draft-11
     add 910e021  Move vc event logs to verbose debug logs
     add 8a04c3b  Fix unit test build
     add 2feed67  Fix storing Version Negotiation Packet and unit tests
     add 2cbe172  Keep payload size under PMTU - overheads
     add f4401f0  INITIAL_MAX_STREAM_ID_* are 16 bits
     add 89a5830  Fix bugs around packet headers
     add adeaf3c  Long header now has payload length and it will be 16 bytes larger when the packet is encrypted
     add 85fb9f6  Add a configuration for QUIC connection migration

No new revisions were added by this update.

Summary of changes:
 iocore/net/LuaSNIConfig.h                          |   1 -
 iocore/net/P_QUICNetVConnection.h                  |   5 +-
 iocore/net/P_QUICPacketHandler.h                   |   3 +-
 iocore/net/P_SNIActionPerformer.h                  |   1 -
 iocore/net/QUICNetProcessor.cc                     |   8 +-
 iocore/net/QUICNetVConnection.cc                   |  61 +++--
 iocore/net/QUICPacketHandler.cc                    |  24 +-
 iocore/net/quic/Mock.h                             |  14 +-
 iocore/net/quic/QUICAckFrameCreator.h              |   1 -
 iocore/net/quic/QUICAltConnectionManager.cc        |  24 +-
 iocore/net/quic/QUICAltConnectionManager.h         |   4 +-
 iocore/net/quic/QUICConfig.cc                      |  15 +-
 iocore/net/quic/QUICConfig.h                       |  16 +-
 iocore/net/quic/QUICCongestionController.cc        |   2 +-
 iocore/net/quic/QUICConnection.h                   |   1 +
 iocore/net/quic/QUICConnectionTable.cc             |   2 +-
 iocore/net/quic/QUICConnectionTable.h              |   2 +-
 iocore/net/quic/QUICDebugNames.cc                  |   2 -
 iocore/net/quic/QUICFrame.cc                       |  23 +-
 iocore/net/quic/QUICFrame.h                        |   9 +-
 iocore/net/quic/QUICHandshake.cc                   |  12 +-
 iocore/net/quic/QUICKeyGenerator.cc                |   6 +-
 iocore/net/quic/QUICKeyGenerator.h                 |   1 -
 iocore/net/quic/QUICLossDetector.cc                |   4 +-
 iocore/net/quic/QUICLossDetector.h                 |   5 +-
 iocore/net/quic/QUICPacket.cc                      | 299 ++++++++++++---------
 iocore/net/quic/QUICPacket.h                       |  88 +++---
 iocore/net/quic/QUICStream.cc                      |  17 +-
 iocore/net/quic/QUICStream.h                       |   2 +-
 iocore/net/quic/QUICStreamManager.cc               |   8 +-
 iocore/net/quic/QUICStreamManager.h                |   2 +-
 iocore/net/quic/QUICTransportParameters.cc         |  61 +----
 iocore/net/quic/QUICTransportParameters.h          |   2 +-
 iocore/net/quic/QUICTypes.cc                       |  67 ++++-
 iocore/net/quic/QUICTypes.h                        |  43 ++-
 iocore/net/quic/QUICVersionNegotiator.cc           |   2 +-
 iocore/net/quic/test/test_QUICFlowController.cc    |   1 -
 iocore/net/quic/test/test_QUICFrame.cc             |  24 +-
 iocore/net/quic/test/test_QUICHandshake.cc         |   4 +-
 iocore/net/quic/test/test_QUICHandshakeProtocol.cc |  20 +-
 iocore/net/quic/test/test_QUICKeyGenerator.cc      |   4 +-
 iocore/net/quic/test/test_QUICLossDetector.cc      |   8 +-
 iocore/net/quic/test/test_QUICPacket.cc            |  71 +++--
 iocore/net/quic/test/test_QUICPacketFactory.cc     |  57 ++--
 iocore/net/quic/test/test_QUICStream.cc            |  12 +-
 iocore/net/quic/test/test_QUICStreamManager.cc     |   8 +-
 .../net/quic/test/test_QUICTransportParameters.cc  |  10 +-
 iocore/net/quic/test/test_QUICVersionNegotiator.cc |   8 +-
 lib/ts/ink_inet.cc                                 |   2 +-
 mgmt/RecordsConfig.cc                              |   2 +
 50 files changed, 641 insertions(+), 427 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
maskit@apache.org.