MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / TCPServerSocket

Method TCPServerSocket

tools/streamer_recorder/PracticalSocket.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252// TCPServerSocket Code
253
254TCPServerSocket::TCPServerSocket(unsigned short localPort, int queueLen)
255 throw(SocketException) : Socket(SOCK_STREAM, IPPROTO_TCP) {
256 setLocalPort(localPort);
257 setListen(queueLen);
258}
259
260TCPServerSocket::TCPServerSocket(const string &localAddress,
261 unsigned short localPort, int queueLen)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected