Accepts a connection from a listening socket and sets this.fd to the accepted socket file descriptor.
See description above for further information.
the listening socket to accept the new connection from
socket flags, see description above
the file descriptor of the accepted socket on success or -1 on failure. On failure errno is set appropriately.
See Implementation
Accepts a connection from a listening socket and sets this.fd to the accepted socket file descriptor.
See description above for further information.