fn resolve(addr: Addr, port: Port) -> Result<SocketAddr>Expand description
Resolve an Addr + port to a SocketAddr. Domains are resolved
through the system DNS with the given port.
fn resolve(addr: Addr, port: Port) -> Result<SocketAddr>Resolve an Addr + port to a SocketAddr. Domains are resolved
through the system DNS with the given port.