$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::asio - Can't get timeout on accept to work
From: Igor R (boost.lists_at_[hidden])
Date: 2010-02-18 10:21:14
...after looking at code a bit more, I noticed that you also define
the io_service as local object, and you do not run io_service at all.
Please, refer to ASIO documentation to find the correct usage of the library.