silc_net_accept_connection

SYNOPSIS

    int silc_net_accept_connection(int sock);

DESCRIPTION

Accepts a connection from a particular socket. This routine can only be used with POSIX compliant systems. This call is equivalent to accept(2).