This is an automated email from the ASF dual-hosted git repository.
jvanderzee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 0d59769527 Fix unused parameters in `proxy/http3` functionality
(#11482)
add e5f02fc343 Add UnixSocket class based on SocketManager (#11479)
No new revisions were added by this update.
Summary of changes:
src/iocore/eventsystem/CMakeLists.txt | 1 +
src/iocore/eventsystem/P_UnixSocketManager.h | 144 +++-------
src/iocore/eventsystem/SocketManager.cc | 80 +-----
.../{SocketManager.cc => UnixSocket.cc} | 103 ++++---
src/iocore/eventsystem/UnixSocket.h | 308 +++++++++++++++++++++
5 files changed, 415 insertions(+), 221 deletions(-)
copy src/iocore/eventsystem/{SocketManager.cc => UnixSocket.cc} (57%)
create mode 100644 src/iocore/eventsystem/UnixSocket.h