$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Petrov (ppetrov_at_[hidden])
Date: 2006-06-21 20:20:01
Christopher Kohlhoff wrote:
> Hello all,
>
> asio version 0.3.7 has been released. It may be downloaded from
> the asio sourceforge page at http://asio.sourceforge.net. This
> release corresponds to what is currently checked into Boost CVS.
>
> A list of the main changes in this version since 0.3.6 is
> available at:
>
> <http://sourceforge.net/project/shownotes.php?group_id=122478&release_id=426239>
Wow, a lot of changes.
There is one thing that caught my eye. In the changelog you have the
following comment:
> * Resolver replaces ipv4::host_resolver.
>
> ...
>
> ip::tcp::resolver resolver(io_service);
Why is "resolver" in the "ip::tcp" namespace? A DNS resolver certainly
has nothing to do with the TCP protocol. It should be in the "ip"
namespace instead.
Cheers,
Peter