libsocket
|
Contains class for creating a bound datagram socket. More...
Go to the source code of this file.
Namespaces | |
libsocket | |
Contains libsocket elements. | |
Contains class for creating a bound datagram socket.
inet_dgram_server provides nothing more than a constructor which binds the UDP socket to the specified host. Everything other, e.g. the I/O functions like rcvfrom and sndto are inherited from inet_dgram.
Definition in file inetserverdgram.cpp.