This commit is contained in:
wh1te909 2022-12-11 23:52:06 -08:00
parent c3e33a6def
commit 4b1f993a76

View File

@ -61,7 +61,7 @@ func DoPing(host string) (PingResponse, error) {
}
pinger.Count = 3
pinger.Size = 24
pinger.Size = 548
pinger.Interval = time.Second
pinger.Timeout = 5 * time.Second
pinger.SetPrivileged(true)