[ros-dev] I/O subsystem question

KJKHyperion hackbunny at reactos.com
Thu Sep 15 03:35:32 CEST 2005


Phillip Susi wrote:

> I believe the socket needs to be opened for async IO then.

sockets created with socket() are always opened for overlapped I/O. To 
create synchronous sockets you're supposed to use WSASocket()


More information about the Ros-dev mailing list