En Mon, 27 Jul 2009 16:35:51 -0300, jacopo mondi <mo...@cs.unibo.it>
escribió:

Is there a reason why there is no ioctl interface for socket either then
for windows platform? It's technical issues or what else??

I don't completely understand your question. On Windows, you can use
socket.ioctl with sockets, and DeviceIoControl (from the pywin32 package)
with other files. On Linux, you have fcntl.ioctl that works with any kind
of file.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to