ioctlsocket function winsock
The ioctlsocket function controls the I/O mode of a socket.
int WSAAPI ioctlsocket(
SOCKET s,
long cmd,
u_long *argp
);
Implementation
int ioctlsocket(int s, int cmd, Pointer<Uint32> argp) =>
_ioctlsocket(s, cmd, argp);