Expand description
Resolves configured host:port strings to std::net::SocketAddr.
Adapters take a resolved address, not a string, so a bad name fails at startup instead of when the first connection is attempted.
Functionsยง
- host_
part ๐The host part of a configuredhost:port, without the port. - resolve_
addr ๐Resolves a configured address string to a socket address.