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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -