MCPcopy Create free account
hub / github.com/TzuHuanTai/RaspberryPi-WebRTC / UnixSocketServer

Method UnixSocketServer

src/ipc/unix_socket_server.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9UnixSocketServer::UnixSocketServer(const std::string &socket_path)
10 : server_fd_(-1),
11 socket_path_(socket_path),
12 running_(false) {}
13
14UnixSocketServer::~UnixSocketServer() { Stop(); }
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected