使用 iPhone 执行服务器 Ping 操作
我正在编写一个应用程序,需要知道两个服务器中哪一个响应速度最快。一台服务器在我的时区,另一台服务器在我的时区。
如何从 iPhone 上的服务器 ping 获取往返时间?
我查看了可达性,我认为它不能满足我在这种情况下的需要。也欢迎替代解决方案。谢谢!
I'm writing an app that needs to know which of two servers responds fastest. One server is in my time zone, the other is far away.
How do I get the round trip time from a server ping on the iPhone?
I looked at Reachability, and I don't think it does what I need in this case. Alternate solutions are welcome as well. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 ping - source 的实现
或者,Apple 有一个示例应用程序可以看看 - SimplePing
另一种选择是使用现有的库: http://www.kernelthread.com/项目/hanoi/html/icmp.html
You could use this implementation of ping - source
Or, Apple has an example App you can look at - SimplePing
Another option is to use an existing lib: http://www.kernelthread.com/projects/hanoi/html/icmp.html