pub fn ipv4_resolve(addr: &str) -> Result<SocketAddr, Error>Expand description
Resolve the ipv4 SocketAddr from an IP or hostname string.
pub fn ipv4_resolve(addr: &str) -> Result<SocketAddr, Error>Resolve the ipv4 SocketAddr from an IP or hostname string.