Windows gives about 10 seconds until it times out, but on Linux, it takes fucking ages to time out, so manually handling this seems like the obvious solution.
I think 3 seconds ought to be enough time, also have to consider that a connect operation is blocking other connect operations because it's not thread-safe (on Windows).
Windows gives about 10 seconds until it times out, but on Linux, it takes fucking ages to time out, so manually handling this seems like the obvious solution.
I think 3 seconds ought to be enough time, also have to consider that a connect operation is blocking other connect operations because it's not thread-safe (on Windows).