Availability::- use_module(library(tipc/tipc)).
[det]tipc_accept(+Socket, -Slave, -Peer)
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.