You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by wk...@apache.org on 2022/09/26 23:33:09 UTC

[trafficserver] branch master updated (0b3b1c0a7 -> f0c127a89)

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

wkaras pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 0b3b1c0a7 Fix outbound client (local) override for disable. (#9104)
     add f0c127a89 Cleanup of SocketManager (struct -> namespace). (#8986)

No new revisions were added by this update.

Summary of changes:
 iocore/cache/Store.cc                     |   4 +-
 iocore/dns/DNS.cc                         |  14 +--
 iocore/dns/DNSConnection.cc               |  12 +--
 iocore/eventsystem/I_SocketManager.h      | 144 ++++++++++++++----------------
 iocore/eventsystem/SocketManager.cc       |   9 --
 iocore/hostdb/P_RefCountCache.h           |   6 +-
 iocore/hostdb/P_RefCountCacheSerializer.h |  22 ++---
 iocore/net/BIO_fastopen.cc                |   6 +-
 iocore/net/Connection.cc                  |  18 ++--
 iocore/net/SSLNetVConnection.cc           |   2 +-
 iocore/net/UnixConnection.cc              |  12 +--
 iocore/net/UnixNetAccept.cc               |  12 +--
 iocore/net/UnixNetVConnection.cc          |  10 +--
 iocore/net/UnixUDPConnection.cc           |   2 +-
 iocore/net/UnixUDPNet.cc                  |  32 +++----
 15 files changed, 141 insertions(+), 164 deletions(-)