pub fn reverse_lookup(addr: IpAddr) -> Option<String>
Perform a reverse DNS lookup, returning the hostname if the entry exists.
Must be called from within a Turmoil simulation.