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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -