使用 iPhone 执行服务器 Ping 操作

发布于 2024-12-09 06:59:13 字数 163 浏览 0 评论 0原文

我正在编写一个应用程序,需要知道两个服务器中哪一个响应速度最快。一台服务器在我的时区,另一台服务器在我的时区。

如何从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

病女 2024-12-16 06:59:13

您可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文