This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 9167446  Correct `schedule_every_local` to schedule locally
     new 2b0d475  Introduce NetEvent to split UnixNetVConnection and NetHandler
     new 7a1459d  Fix closed flag from #6287
     new 5cb1141  Add metrics to track default inactivity timed out connections 
(#6755)

The 3 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:
 .../monitoring/statistics/core/network-io.en.rst   |   7 +
 iocore/net/I_NetVConnection.h                      |   4 +-
 iocore/net/Net.cc                                  |   6 +-
 iocore/net/NetEvent.h                              |  96 ++++++
 iocore/net/P_Net.h                                 |   3 +-
 iocore/net/P_UnixNet.h                             | 198 ++++++------
 iocore/net/P_UnixNetState.h                        |   6 +-
 iocore/net/P_UnixNetVConnection.h                  |  77 +++--
 iocore/net/QUICNetVConnection.cc                   |   2 +-
 iocore/net/UnixNet.cc                              | 331 +++++++++++----------
 iocore/net/UnixNetPages.cc                         |  12 +-
 iocore/net/UnixNetVConnection.cc                   |  38 ++-
 proxy/PluginVC.cc                                  |  12 +
 proxy/PluginVC.h                                   |   2 +
 14 files changed, 480 insertions(+), 314 deletions(-)
 create mode 100644 iocore/net/NetEvent.h

Reply via email to