resolved_target struct
#include <nxtio/net.hpp>
DNS resolution result for a target endpoint.
Public variables
-
std::
vector<coro::net::ip_address> addresses - Candidate IP addresses returned by DNS.
-
std::
uint16_t port - Port copied from the target endpoint.