MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / SocketForwarder

Method SocketForwarder

UDP/SocketForwarder.cpp:163–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163SocketForwarder::SocketForwarder(
164 std::string const &host,
165 uint16_t port,
166 unsigned int size,
167 bool tcp,
168 QObject *parent) :
169 GenericDataSaver(
170 this->writer = new SocketDataWriter(host, port, size, tcp),
171 parent)
172{
173
174}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected