From 7dec1e04793aa1ab24ee0f8e267e13f6072adbdb Mon Sep 17 00:00:00 2001 From: chuan Date: Tue, 23 Jun 2026 21:47:02 +0800 Subject: [PATCH] docs: document auto ping-max and lat-max options --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9ced0a..a0d31f0 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,8 @@ flowchart LR | `--speed-top` | 10 | 最终节点数 | | `--speed-concurrency` | 1 | 测速并发数(1 最准,调大更快) | | `-6, --ipv6` | off | 同时测 IPv6 | -| `--max-latency` | 0 | 真实延迟上限 ms(0 关闭) | +| `--ping-max` | 300 | 第一次 ping(TCP)延迟上限 ms | +| `--lat-max` | 0 | 第二次 ping(真实延迟)上限 ms(0 关闭) | | `--min-speed` | 0 | 最低速度 Mbps(0 关闭) | | `-o, --output` | result | 输出目录 | | `-v, --verbose` | off | 打印各阶段结果表 |