socket.ioctl(control, option)
Platform: | Windows |
---|
The ioctl()
method is a limited interface to the WSAIoctl system interface. Please refer to the Win32 documentation for more information.
On other platforms, the generic fcntl.fcntl()
and fcntl.ioctl()
functions may be used; they accept a socket object as their first argument.
Please login to continue.