9 #ifndef FAIR_MQ_TOOLS_NETWORK_H
10 #define FAIR_MQ_TOOLS_NETWORK_H
23 using io_service =
class io_context;
28 namespace fair::mq::tools
34 std::map<std::string, std::string> getHostIPs();
37 std::string getInterfaceIP(
const std::string& interface);
40 std::string getDefaultRouteNetworkInterface();
42 std::string getIpFromHostname(
const std::string& hostname);
44 std::string getIpFromHostname(
const std::string& hostname, boost::asio::io_service& ios);