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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -