Set a socket to accept incoming connections. The socket must already be bound to a local address. If successful, incoming TCP connection requests addressed to the socket’s local address will be queued until accepted by the socket (see function NetSock_Accept()).
Files
net_sock.h/net_sock.c
net_bsd.h/net_bsd.c
...