nxt::io::net::resolved_target struct

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.