#include <senf/Socket/Protocols/INet/ConnectedUDPSocketHandle.hh>
This class is utilized as the protocol class of the ProtocolClientSocketHandle via the Socket Handle typedefs above.
Definition at line 79 of file ConnectedUDPSocketHandle.hh.
Constructors |
|
void | init_client () const |
Create unconnected client socket. |
|
void | init_client (INet4SocketAddress const &address) const |
Create client socket and connect. |
void senf::ConnectedUDPv4SocketProtocol:: | ||||
init_client | ( | INet4SocketAddress const & | address | ) |
Create client socket and connect.
Creates a new client socket and connects to the given address.
[in] | address | remote address to connect to |
Definition at line 54 of file ConnectedUDPSocketHandle.cc.
void senf::ConnectedUDPv4SocketProtocol:: | ||||
init_client | () | |||
Create unconnected client socket.
Definition at line 44 of file ConnectedUDPSocketHandle.cc.