[det]tipc_connect(+Socket,
+TIPC_address)Provides a connection-oriented, client-interface to connect a socket to
a given TIPC_address. After successful completion,
tipc_open_socket/3 may be
used to create I/O-Streams to the remote socket.
- throws
- -
socket_error('Connection refused'), if there are no
servers bound to the specified address.
- socket_error('Connection timed out'), if no server that
is bound to the specified address accepts the connect request within the
specified time limit. See also
tipc_setopt/2.