This commit is contained in:
2025-10-31 17:10:24 +08:00
parent 0a646bb017
commit 28298e7952
10 changed files with 382 additions and 1 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class PingFun:
if self.stop_flag:
return None
command = ['ping', ip, '-n', '1', '-w', '1000']
command = ['ping', ip, '-n', '1', '-w', '2000']
if local_ip:
command += ['-S', local_ip]
try: