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 f48b47b  [draft-11] Add time_of_last_sent_handshake_packet
     new 499aa73  Chaange type of packet number length parameters
     new 3ffa6b2  Print keys for packet number encryption
     new 9a0f663  Add static accessor methods for QUICPacket header fields
     new c753466  Add QUICPacketNumberProtector

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 iocore/net/P_QUICNetVConnection.h         |   3 +-
 iocore/net/QUICNetVConnection.cc          |   1 +
 iocore/net/quic/QUICHandshakeProtocol.cc  |  26 ++++++++
 iocore/net/quic/QUICHandshakeProtocol.h   |  25 +++++--
 iocore/net/quic/QUICPacket.cc             | 104 ++++++++++++++++++++++++++----
 iocore/net/quic/QUICPacket.h              |  14 ++++
 iocore/net/quic/QUICPacketReceiveQueue.cc |  90 ++++++++++++++++++++------
 iocore/net/quic/QUICPacketReceiveQueue.h  |   5 +-
 iocore/net/quic/QUICTLS.cc                |   8 ++-
 iocore/net/quic/QUICTLS.h                 |   8 +--
 iocore/net/quic/QUICTLS_openssl.cc        |   4 +-
 iocore/net/quic/QUICTypes.h               |   6 ++
 12 files changed, 245 insertions(+), 49 deletions(-)

Reply via email to