Function dfir_rs::util::ipv4_resolve
source ยท 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.