libsocket
Namespaces
inetclientdgram.cpp File Reference

Class for connectable UDP sockets. More...

Go to the source code of this file.

Namespaces

 libsocket
 Contains libsocket elements.
 

Detailed Description

Class for connectable UDP sockets.

    This file provides the class inet_dgram_client which is used
    for internet domain UDP client sockets. You think, in UDP
    there is no difference between client and server? This is
    correct, but in libsocket, the difference is that the UDP
    client sockets may be connected and are not explicitly
    bound to somewhere.

Definition in file inetclientdgram.cpp.