This is an automated email from the ASF dual-hosted git repository.
scw00 pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from a0beeed initialize `opts` to create udp connection with correct
local addr
new d9a5b22 Add QUICPollCont
new c85f903 complete pollcont
new 5c21909 [QUIC Client] fix the quic client
new 04dfc12 Add syscall into EventIO for qvc to avoid system call
new 35abc38 connect_re processed by nethandler
new ba5ff99 add QUICPollEvent to packet UDPPacket and QVC
The 6 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:
cmd/traffic_quic/quic_client.cc | 1 +
cmd/traffic_quic/quic_client.h | 1 +
cmd/traffic_quic/traffic_quic.cc | 8 +-
iocore/net/Makefile.am | 2 +
iocore/net/P_Net.h | 1 +
iocore/net/P_QUICNet.h | 84 +++++++++++++++++++
iocore/net/P_QUICNetProcessor.h | 3 +
iocore/net/P_QUICNetVConnection.h | 5 ++
iocore/net/P_UDPNet.h | 2 +
iocore/net/P_UnixNet.h | 21 +++++
iocore/net/QUICNet.cc | 168 ++++++++++++++++++++++++++++++++++++++
iocore/net/QUICNetProcessor.cc | 34 +++++++-
iocore/net/QUICNetVConnection.cc | 84 ++++++++++++++++++-
iocore/net/QUICPacketHandler.cc | 33 ++++----
iocore/net/UnixUDPNet.cc | 4 +-
proxy/Main.cc | 4 +
16 files changed, 432 insertions(+), 23 deletions(-)
create mode 100644 iocore/net/P_QUICNet.h
create mode 100644 iocore/net/QUICNet.cc
--
To stop receiving notification emails like this one, please contact
[email protected].