2#include <cosmos/error/ResolveError.hxx>
3#include <cosmos/net/AddressInfoList.hxx>
10 const auto res = ::getaddrinfo(
11 node.empty() ?
nullptr : node.raw(),
12 service.empty() ?
nullptr : service.raw(),
23 ::freeaddrinfo(m_addrs);
void clear()
Clear a previously stored resolve result.
void resolve(const SysString node, const SysString service)
Resolve addresses for the given node/service name combination.
Specialized error type for AddressInfoList resolve errors.
Code
Possible resolve error codes that can be stored in ResolveError.
Wrapper type around a C-style string for use with system APIs.