Construct a UDP socket with the given local port.
Definition at line 290 of file PracticalSocket.cpp.
00290 : 00291 CommunicatingSocket(SOCK_DGRAM, IPPROTO_UDP) { 00292 setLocalPort(localPort); 00293 setBroadcast(); 00294 }