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

Method UDPSocket

tools/streamer_recorder/PracticalSocket.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282// UDPSocket Code
283
284UDPSocket::UDPSocket() throw(SocketException) : CommunicatingSocket(SOCK_DGRAM,
285 IPPROTO_UDP) {
286 setBroadcast();
287}
288
289UDPSocket::UDPSocket(unsigned short localPort) throw(SocketException) :
290 CommunicatingSocket(SOCK_DGRAM, IPPROTO_UDP) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected