setsockopt
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/setsockopt.html
LSB specification:
https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-setsockopt-2.html
Portability problems fixed by Gnulib:
<winsock2.h>
instead of <sys/socket.h>
on some platforms:
mingw, MSVC 14.
errno
, and WSAGetLastError
must be used
instead.
Portability problems not fixed by Gnulib: