CAsyncSockets Blocking/Non blockung
-
Hi I am somewhat new to TCP/IP, I have been doing some reading on blocking vs non blocking sockets. So my question is when creating a CAsyncsocket object is constructed and created is there a option for what type of socket Secondly when you get a notification from one of the callback on receive onsend etc With an error say WSAEINPROGRESS From the call backs I guess you should just return
-
Hi I am somewhat new to TCP/IP, I have been doing some reading on blocking vs non blocking sockets. So my question is when creating a CAsyncsocket object is constructed and created is there a option for what type of socket Secondly when you get a notification from one of the callback on receive onsend etc With an error say WSAEINPROGRESS From the call backs I guess you should just return
-
See https://msdn.microsoft.com/en-us/library/1s9cycf8.aspx[^] for socket options.