timeout - How to shorten TCP time out? -


I am facing a problem with the client-server TCP connection. I have a TCP connection to my server (MS Window System) client from the client

Is there anyway that I can reduce the period of time in this situation? And if so, how would I go about doing this? I've heard that the default timeout 20seconds is a windows system, is there any way to reduce this timeout?

One way is to use non-blocking sockets and set the timeout on the operation. In fact, how do you set a timeout, depending on the event loop you are using.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -