3 Feb
2014
3 Feb
'14
6:41 p.m.
•°o.O sαмι O.o°•
I am not using any asyn.connect or connect method in my program just using "send_to" method " socket.send_to(boost::asio::buffer(send_buf), receiver_endpoint);" My requirement is to send data to multiple specified addresses and one of them might be not available at that time so program should keep sending data to other available addresses but it terminates after throwing exception "host unreachable".
You might want to use the send_to overload taking a boost::system::error_code& parameter which doesn't throw. But the appropriate mailing list would be boost-users, this mailing list is about developing boost libraries.