unix_accept (FUN)ΒΆ
FUNCTION unix_accept : INT
accept a connection on a socket see manpage accept
Returnvalue: On success, these system calls return a file descriptor for the accepted socket (a nonnegative integer). On error, -1 is returned, errno is set to indicate the error, and addrlen is left unchanged. no address can be obtained for unix domain socket (only file descr).
- InOut:
- Scope - Name - Type - Return - unix_accept- INT- Input - sockfd- INT
