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/07/31 08:30:56 UTC

[trafficserver] branch quic-latest updated (578772f -> 2b38e5f)

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 578772f  Merge branch 'master' into quic-latest
     add d996d4b  Convert QUICPingFrame::store to to_io_buffer_block
     add ac4a732  Convert QUICMaxDataFrame::store to to_io_buffer_block
     add 08501a8  Convert QUICMaxStreamDataFrame::store to to_io_buffer_block
     add 6f5da60  Convert QUICMaxStreamsFrame::store to to_io_buffer_block
     add f419cd9  Convert QUICPaddingFrame::store to to_io_buffer_block
     add a1390e8  Convert QUICDataBlockediFrame::store to to_io_buffer_block
     add d3b5ea8  Convert QUICStreamDataBlockedFrame::store to to_io_buffer_block
     add 93b79fb  Convert QUICStreamIdBlockedFrame::store to to_io_buffer_block
     add edd2963  Convert QUICNewConnectionIdFrame::store to to_io_buffer_block
     add e0f2c60  Convert QUICPathChallengeFrame::store to to_io_buffer_block
     add 2b38e5f  Convert QUICPathResponseFrame::store to to_io_buffer_block

No new revisions were added by this update.

Summary of changes:
 iocore/net/quic/QUICFrame.cc                   | 349 ++++++++++++++++---------
 iocore/net/quic/QUICFrame.h                    |  22 +-
 iocore/net/quic/test/test_QUICFrame.cc         |  88 +++++--
 iocore/net/quic/test/test_QUICPathValidator.cc |   8 +-
 4 files changed, 309 insertions(+), 158 deletions(-)