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 b8a2a62 Resign server.pem for autests to 10 years
new 5f46f5c Update stream state after sending / receiving frames
new 08c398d Propagate errors
new d1cbe21 Improve debug logs
new 05de7b0 Fix trivial things
new f0f998c Reimplement flow control with QUICFlowController
The 5 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:
.gitignore | 1 +
iocore/net/P_QUICNetVConnection.h | 18 +-
iocore/net/QUICNetVConnection.cc | 87 +++++++-
iocore/net/quic/Makefile.am | 1 +
iocore/net/quic/Mock.h | 7 +-
iocore/net/quic/QUICDebugNames.cc | 21 ++
iocore/net/quic/QUICDebugNames.h | 2 +
iocore/net/quic/QUICFlowController.cc | 122 ++++++++++++
iocore/net/quic/QUICFlowController.h | 106 ++++++++++
iocore/net/quic/QUICFrame.cc | 20 +-
iocore/net/quic/QUICFrame.h | 12 +-
iocore/net/quic/QUICFrameDispatcher.cc | 3 +-
iocore/net/quic/QUICStream.cc | 179 +++++++----------
iocore/net/quic/QUICStream.h | 35 ++--
iocore/net/quic/QUICStreamManager.cc | 103 ++++------
iocore/net/quic/QUICStreamManager.h | 14 +-
iocore/net/quic/QUICStreamState.cc | 126 +++++++++++-
iocore/net/quic/test/Makefile.am | 35 +++-
iocore/net/quic/test/test_QUICFlowController.cc | 252 ++++++++++++++++++++++++
iocore/net/quic/test/test_QUICStream.cc | 9 +-
iocore/net/quic/test/test_QUICStreamState.cc | 119 +++++++++--
21 files changed, 1025 insertions(+), 247 deletions(-)
create mode 100644 iocore/net/quic/QUICFlowController.cc
create mode 100644 iocore/net/quic/QUICFlowController.h
create mode 100644 iocore/net/quic/test/test_QUICFlowController.cc
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].