How to set socket connect timeout at TCP level for non blocking socket in ASIO?
I have an application that uses non-blocking Boost ASIO socket to connect to a remote TCP server.
I wanted to set a timeout on TCP connect and I see the only way to do it is use an application
level timer.
How to set socket connect timeout at TCP level for non blocking socket in ASIO?
I have an application that uses non-blocking Boost ASIO socket to connect to a remote TCP server.
I wanted to set a timeout on TCP connect and I see the only way to do it is use an application
level timer.