Is there any way in a Win32 environment to "tune" the timeout on a socket connect()
call? Specifically, I would like to increase the timeout length. The sockets in use are non-blocking. Thanks!
Is there any way in a Win32 environment to "tune" the timeout on a socket connect()
call? Specifically, I would like to increase the timeout length. The sockets in use are non-blocking. Thanks!