MCPcopy Create free account
hub / github.com/apache/trafficserver / ~IPCSocketClient

Method ~IPCSocketClient

include/shared/rpc/IPCSocketClient.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 IPCSocketClient(std::string path = "/tmp/jsonrpc20.sock") : _path{std::move(path)} { memset(&_server, 0, sizeof(_server)); }
50
51 ~IPCSocketClient() { this->disconnect(); }
52
53 /// Connect to the configured socket path.
54 /// Connection will retry every @c ms for @c attempts times if errno is EAGAIN

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.95

Tested by

no test coverage detected