$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] acceptor listen
From: Igor R (boost.lists_at_[hidden])
Date: 2011-03-04 04:57:13
> I've read all the manual, all the tutorials, all the example and I don't
> want that someone make the job for me.
> I came from java world, where all is documented, all is explained in
> detail...
IMHO, asio is pretty well documented. The problem is that you're
trying to find 1-to-1 relationship between asio model and the native C
sockets. For this you have to explore asio internals, not only the
documentation.