ios - Reachability Resolves Host Name But Host Name Cannot be Pinged -
i used network utility in mac ping host name like: ssads.ads.asd (unfortunately, cannot share exact address). not able ping , timed out.
// make sure host reachable networkstatus status = [[reachability reachabilitywithhostname:@"somehostnamethaticannotping"] currentreachabilitystatus];
when used above code resolves reachableusingwifi. how can reachable if cannot ping it?
the machine on other end might blocking or ignoring pings. not machines reachable respond pings.
Comments
Post a Comment