Jumat, 13 April 2012

Boost.Asio throws 'No such device' exception when trying to join multicast group

Following code throws exception "No such device", when trying to join the multicast group (set_option call). #include int main(){ const std::string recv_addr = "232.4.130.147"; const int recv_port = 31338; boost::asio::io_service io_service; boost::asio::ip::udp::endpoint recv_endpoint( boost::asio::ip::address::from_string(recv_addr),

0 comments:

Posting Komentar