You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to fix WSAEventSelect and probably WSAAsyncSelect as well,
when these are set you can not use ioctlsocket to clear FIONBIO, it returns an error,
you need to first clear WSAEventSelect then you can unset FIONBIO using ioctlsocket, do the proxy handshake, set the appropriate event, restore the WSAEventSelect preset and also have a hook on WSAEnumNetworkEvents and make it FD_CONNECT set in the lpNetworkEvents->lNetworkEvents when queried.
No description provided.
The text was updated successfully, but these errors were encountered: