1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

fix: add wait

This commit is contained in:
fumiama 2021-12-26 14:15:10 +08:00
parent b8023f445a
commit 2c56abf4d8

View File

@ -29,6 +29,7 @@ func RunICMPPingLoop(ipport string, count int) (r ICMPPingResult) {
r.PacketsLoss--
durs = append(durs, d)
}
time.Sleep(time.Millisecond * 100)
}
if len(durs) > 0 {