c - Socket connect returns errno ETIMEOUT -


i have 1 tcp/ip ssl server enabled epoll can handle ten thousand connections simultaneously. when tried test server,i created thousand clients using thread. when tried connect server,after time connect() return etimeout. how overcome error?

you change socket attributes recv , xmit timeout values same way set keepalive attribute


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -