Construct a UDP socket
Definition at line 285 of file PracticalSocket.cpp.
References setBroadcast().
00285 : CommunicatingSocket(SOCK_DGRAM, 00286 IPPROTO_UDP) { 00287 setBroadcast(); 00288 }
Here is the call graph for this function: