perf: 三阶段性能优化,ICMP 并发提升+TCP 并行探测,端口扫描退避调整,服务探测超时减半

This commit is contained in:
ZacharyZcR
2026-04-28 11:44:00 +08:00
parent b3d4434057
commit 5b9bcf3937
4 changed files with 38 additions and 20 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
// 默认超时时间常量
const (
defaultTotalWaitMS = 6000 // Nmap 默认等待时间
defaultTotalWaitMS = 3000 // 服务探测默认等待时间
defaultIntensity = 7 // 默认探测强度 (1-9)
)