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

Method TCPSocket

tools/streamer_recorder/PracticalSocket.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237// TCPSocket Code
238
239TCPSocket::TCPSocket()
240 throw(SocketException) : CommunicatingSocket(SOCK_STREAM,
241 IPPROTO_TCP) {
242}
243
244TCPSocket::TCPSocket(const string &foreignAddress, unsigned short foreignPort)
245 throw(SocketException) : CommunicatingSocket(SOCK_STREAM, IPPROTO_TCP) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected