Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

UDPSocket::UDPSocket (  )  throw (SocketException)

Construct a UDP socket

Exceptions:
SocketException thrown if unable to create 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:


Generated on Fri Mar 19 10:32:57 2010 for ImpalaSrc by  doxygen 1.5.1