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/05/15 06:40:50 UTC

[trafficserver] branch quic-latest updated (4aa5ba2 -> 0c80e6b)

This is an automated email from the ASF dual-hosted git repository.

masaori pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 4aa5ba2  Performance: Initialize QUICConnectionId with ZERO to avoid calling randomize()
     add 0c80e6b  Performance: Optimize QUICFrameGenerator::_is_level_matched()

No new revisions were added by this update.

Summary of changes:
 iocore/net/P_QUICNetVConnection.h      |  7 -------
 iocore/net/quic/QUICAckFrameCreator.cc | 17 ++++++++++++++++
 iocore/net/quic/QUICAckFrameCreator.h  | 13 +++---------
 iocore/net/quic/QUICFrameGenerator.cc  | 15 ++++----------
 iocore/net/quic/QUICFrameGenerator.h   |  4 ++--
 iocore/net/quic/QUICHandshake.cc       | 17 ++++++++++++++++
 iocore/net/quic/QUICHandshake.h        | 13 +++---------
 iocore/net/quic/QUICPinger.h           |  9 ---------
 iocore/net/quic/QUICStreamManager.cc   | 12 +++++++++++
 iocore/net/quic/QUICStreamManager.h    | 37 +++++++++++++++++-----------------
 10 files changed, 76 insertions(+), 68 deletions(-)