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/03/26 02:05:08 UTC

[trafficserver] branch quic-latest updated (dc7577a -> 7cb0796)

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 dc7577a  clang-format
     add d268ad4  Add reset api to QUICLossDetector, QUICStreamManager and QUICStream for handling RETRY packet
     add 7cb0796  Handle RETRY packet on client side

No new revisions were added by this update.

Summary of changes:
 iocore/net/P_QUICNetVConnection.h    |  3 ++
 iocore/net/QUICNetVConnection.cc     | 69 ++++++++++++++++++++++++++++--------
 iocore/net/quic/QUICLossDetector.cc  | 14 ++++++++
 iocore/net/quic/QUICLossDetector.h   |  1 +
 iocore/net/quic/QUICPacket.cc        | 15 ++++++++
 iocore/net/quic/QUICStream.cc        | 19 ++++++++++
 iocore/net/quic/QUICStream.h         |  2 ++
 iocore/net/quic/QUICStreamManager.cc | 16 +++++++++
 iocore/net/quic/QUICStreamManager.h  |  2 ++
 9 files changed, 126 insertions(+), 15 deletions(-)

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