如何修复 iperf connect failed: Operation in progress
问题:
运行 iperf -c [IP 地址] 时你看到此错误消息:
iperf_error.txt
connect failed: Operation in progress解决方案
你在服务器和客户端上运行不同的 iperf 版本。通常,如果客户端运行 iperf 2.x 而服务器运行 iperf 3.x,会出现此错误。
使用 iperf --version 检查。在我的情况下,在客户端上是
iperf_version.txt
iperf version 2.0.13 (21 Jan 2019) pthreads在 OpenWRT 上。
Check out similar posts by category:
Networking
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow