Search Results

5
votes

How to write a simple Ping method in Cocoa/Objective-C

The code below seems to be working synchronously: const char *hostName = [@"stackoverflow.com" cStringUsingEncoding:NSASCIIStringEncoding]; SCNetworkConnecti …