| 78 | } |
| 79 | |
| 80 | bool eventgroupinfo::is_sending_multicast() const { |
| 81 | return (is_multicast() && threshold_ != 0 && get_unreliable_target_count() >= threshold_); |
| 82 | } |
| 83 | |
| 84 | bool eventgroupinfo::get_multicast(boost::asio::ip::address& _address, uint16_t& _port) const { |
| 85 | std::scoped_lock its_lock(address_mutex_); |