accept
POSIX specification:
http://www.opengroup.org/onlinepubs/9699919799/functions/accept.html
Gnulib module: accept
Portability problems fixed by Gnulib:
accept function cannot be used in calls to read,
write, and close; you have to use recv, send,
closesocket in these cases instead.
accept
are not placed in errno, and WSAGetLastError must be
used instead.
Portability problems not fixed by Gnulib:
accept function cannot be used
in calls to read, write, and close; you have to use
recv, send, closesocket in these cases instead.
socklen_t type; in this case this function's
third argument type is ‘int *’.