$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] connection timeout
From: Gianni Ambrosio (gianni.ambrosio_at_[hidden])
Date: 2011-07-08 08:19:29
Hi All,
I use an async_connect() call in my tcp socket client implementation. It
seems there is a timeout of about 15 seconds (in my case) so that after
that time connect callback is executed passing an error.
Is there a way to get or set that connection timeout?
Regards
Gianni