$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Asio, An invalid argument was supplied.
From: stefys (stefys_at_[hidden])
Date: 2008-11-24 09:12:01
You were right, my apologies. Apparently, the problem was lying in
preparing the acceptor to wait for clients. I was doing .bind() on it,
but I was forgetting to do .listen().
Best regards,
Steven