Re: [asio-users] host_resolver and demuxer::work
Brought to you by:
chris_kohlhoff
From: Christopher K. <ch...@ko...> - 2006-01-17 12:29:10
|
Hi Arvid, --- Arvid Norberg <c9...@cs...> wrote: > Ok, I will try with the cvs version then. You may notice quite a bit has changed when you do try it - I'm in the middle of implementing some of the changes suggested in the boost review. Here's a quick guide to some things you may need to do to your code: - Replace demuxer with io_service - Replace stream_socket with ipv4::tcp::socket - Replace socket_acceptor with ipv4::tcp::acceptor - Replace datagram_socket with ipv4::udp::socket Cheers, Chris |