Next: socketpair
, Previous: sockatmark
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
socket
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/socket.html
Gnulib module: socket
Portability problems fixed by Gnulib:
socket
function cannot be used in calls to read
,
write
, and close
; you have to use recv
, send
,
closesocket
in these cases instead.
errno
, and WSAGetLastError
must be used
instead.
Portability problems not fixed by Gnulib: