About blocked socket

10/29/2016 18:27 tarek1500#1
Hello , in the long journey trying to redirect Silkroad client :D
The injection finally works fine , but the redirect doesn't seem to work as it should be.

I'm getting this code error "10035" which is "WSAEWOULDBLOCK" while trying to use the normal socket connect function from "Ws2_32.dll". (Not for all connections , some p-servers works fine but iSro doesn't work)

So how could I fix this problem , also what is the meaning of this error since I can't find a good explanation. Thanks
11/02/2016 06:59 mxii#2
Take a look here, msdn site: [Only registered and activated users can see links. Click Here To Register...]

It's no error at all, it just says the socket is opened as NON BLOCKING and isn't complete/established RIGHT NOW.
11/02/2016 14:00 tarek1500#3
If it isn't an error , why the client not opened if I detour the original connect function?
11/26/2016 18:42 BranzUK#4
Please upload any screenshot to know what is the problem