$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [ASIO] async_accept : Error m_val 1.
From: Igor R (boost.lists_at_[hidden])
Date: 2011-03-09 18:42:24
> m_val = 1;
> m_cat = 0x00ab8d00 instance;
> Â | [boost::asio::error::detail::misc_category] = {...}
> Â | boost::noncopyable_::noncopyable = {...}
> Â | __vfptr = 0x00a8bf18 const boost::asio::error::detail::misc_category::`vftable'
Use message() member function of error_code to see the error description.
IIUC, in your case it should be "Already open", i.e. you're trying to
accept new connection to a socket which was already open.