116 /** Resolve a server address by its name, returning its IP address as a string - This method has a timeout for the maximum time to wait for the DNS server.
117 * For example: server_name="www.google.com" -> out_ip="209.85.227.99"
118 *
119 * \return true on success, false on timeout or other error.