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/12 05:38:05 UTC

[trafficserver] branch quic-latest updated (ad86973 -> 47289d2)

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 ad86973  Fix a buffer overflow on creating a stateless reset packet
     add 47289d2  Support QUIC 0-RTT

No new revisions were added by this update.

Summary of changes:
 iocore/net/P_QUICNetVConnection.h        |  3 ++
 iocore/net/QUICNetVConnection.cc         | 53 +++++++++++++++++++----------
 iocore/net/quic/QUICHandshake.cc         | 22 +++++++++---
 iocore/net/quic/QUICHandshakeProtocol.cc | 15 ++++++---
 iocore/net/quic/QUICHandshakeProtocol.h  |  5 +--
 iocore/net/quic/QUICKeyGenerator.cc      | 28 +++++++++++++++
 iocore/net/quic/QUICKeyGenerator.h       |  3 ++
 iocore/net/quic/QUICPacket.cc            | 24 ++++++++++---
 iocore/net/quic/QUICTLS.cc               | 58 ++++++++++++++++++++++++++------
 iocore/net/quic/QUICTLS.h                |  3 +-
 iocore/net/quic/QUICTypes.h              |  1 +
 11 files changed, 169 insertions(+), 46 deletions(-)

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