$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] UDP bind problems
From: Cliff Green (cliffg_at_[hidden])
Date: 2014-01-13 13:09:36
>> {boost::asio::ip::address::from_string("255.255.255.255"), Y}; //Y=some unsigned short
>> Is this wrong? But why would it affect binding and stuff anyway?
You must set the broadcast socket option to send to a broadcast address (check out the Asio socket options).
Cliff