From f0caccfd096206ba8f692bfecb9d815cd351f1ef Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Sat, 12 Mar 2022 15:47:04 +0100 Subject: [PATCH] Set default fudge msec to 5 --- lagdetect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lagdetect.sh b/lagdetect.sh index 268b24f..e871b53 100755 --- a/lagdetect.sh +++ b/lagdetect.sh @@ -1,6 +1,6 @@ #!/bin/sh THRESHOLD=1.2 -FUDGE_MS=2.0 +FUDGE_MS=5.0 PING_PEERS='1.1.1.1 8.8.8.8' PING_GW_IPV4=yes PING_GW_IPV6=no -- 2.39.5