Skip to content

Commit

Permalink
Merge pull request #132 from seek4self/dev
Browse files Browse the repository at this point in the history
重构 代码 (感谢 @seek4self )
优化 TCPing 代码
调整 `-dt / -dn / -p` 参数的默认值为 10 (原为 20)
  • Loading branch information
XIU2 authored Nov 14, 2021
2 parents 921bb5e + f6288f4 commit 445ca36
Show file tree
Hide file tree
Showing 11 changed files with 701 additions and 719 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
dist
Releases
*.exe
*.csv
176 changes: 0 additions & 176 deletions IPRangeLoader.go

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ chmod +x CloudflareST
### 结果示例

测速完毕后,默认会显示**最快的 20 个 IP**,示例(我联通白天测速结果):
测速完毕后,默认会显示**最快的 10 个 IP**,示例(我联通白天测速结果):

``` bash
IP 地址 已发送 已接收 丢包率 平均延迟 下载速度 (MB/s)
Expand Down Expand Up @@ -116,8 +116,8 @@ https://github.com/XIU2/CloudflareSpeedTest
延迟测速次数;单个 IP 延迟测速次数,为 1 时将过滤丢包的IP,TCP协议;(默认 4 )
-tp 443
延迟测速端口;延迟测速 TCP 协议的端口;(默认 443 )
-dn 20
下载测速数量;延迟测速并排序后,从最低延迟起下载测速的数量;(默认 20 )
-dn 10
下载测速数量;延迟测速并排序后,从最低延迟起下载测速的数量;(默认 10 )
-dt 10
下载测速时间;单个 IP 下载测速最长时间,单位:秒;(默认 10 )
-url https://cf.xiu2.xyz/Github/CloudflareSpeedTest.png
Expand All @@ -128,8 +128,8 @@ https://github.com/XIU2/CloudflareSpeedTest
平均延迟下限;只输出高于指定平均延迟的 IP,可与其他上限/下限搭配,过滤被假蔷的 IP;(默认 0 ms)
-sl 5
下载速度下限;只输出高于指定下载速度的 IP,凑够指定数量 [-dn] 才会停止测速;(默认 0.00 MB/s)
-p 20
显示结果数量;测速后直接显示指定数量的结果,为 0 时不显示结果直接退出;(默认 20 )
-p 10
显示结果数量;测速后直接显示指定数量的结果,为 0 时不显示结果直接退出;(默认 10 )
-f ip.txt
IP段数据文件;如路径含有空格请加上引号;支持其他 CDN IP段;(默认 ip.txt )
-o result.csv
Expand Down
Loading

0 comments on commit 445ca36

Please sign in to comment.