10#ifndef UTILITIES_INCLUDE_UTILITIES_RESOLVER_HPP_
11#define UTILITIES_INCLUDE_UTILITIES_RESOLVER_HPP_
16#include <arpa/nameser.h>
18#include <netinet/in.h>
29std::vector<std::string>
32std::vector<std::string>
43 return tmp +
":" +
port;
ZmqUri parse_connection_string(std::string connection_string)
std::vector< std::string > get_ips_from_hostname(std::string hostname)
std::vector< std::string > resolve_uri_hostname(std::string connection_string)