$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ryan McConnehey (mccorywork_at_[hidden])
Date: 2008-05-28 23:07:38
Hi,
In using the Boost.Asio library, the Udp::Socket->send_to() function
throws an error if the endpoint is unreachable. I thought in udp
datagrams its a send and forget mentality. The send_to function would
send the message even if the endpoint was unreachable. Is there a
setting I need to use for this to work?
Ryan