We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
檢查result.csv: 低於200ms的IP共有13000個。 120ms130ms 約有 70 個 130ms140ms 約有 3200 個
完整做完TCPing雖然可以得到所有120ms的IP,但測速時間有點太久。 希望可以增加一個功能:滿足TCPing值低於140ms(例)的IP,數量達30個(例),即停止TCPing。
謝謝
節省TCPing的時間
The text was updated successfully, but these errors were encountered:
因为目前软件是 先多线程延迟测速(TCPing/HTTPing),然后再根据延迟和丢包对所有结果进行排序,然后再继续下一步(下载测速,或者如果禁用了下载测速,那么就直接按照延迟/丢包条件输出结果)。
如果想要改成延迟测速中满足条件就直接终止的话,那么需要大改相关代码,改动量较大(而且 TCPing 和 HTTPing 都要一起改),所以还要看一下其他用户的看法。
Sorry, something went wrong.
No branches or pull requests
功能需求
檢查result.csv:
低於200ms的IP共有13000個。
120ms
130ms 約有 70 個140ms 約有 3200 個130ms
完整做完TCPing雖然可以得到所有120ms的IP,但測速時間有點太久。
希望可以增加一個功能:滿足TCPing值低於140ms(例)的IP,數量達30個(例),即停止TCPing。
謝謝
预期目标
節省TCPing的時間
The text was updated successfully, but these errors were encountered: