- tipc_accept(+Socket, -Slave, -Peer) is det
- Blocks on a server socket and waits for connection requests
from clients. On success, it creates a new socket for the
client and binds the identifier to Slave. Peer is bound to the
TIPC address, port_id/2, of the client.