From 1ace77a3b8060ec876708a5151d0b4457c47ffd1 Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Wed, 16 Mar 2022 22:24:06 +0100 Subject: [PATCH] Increase FUDGE_MS for LTE lines --- lagdetect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lagdetect.sh b/lagdetect.sh index 3a36802..f53efd0 100755 --- a/lagdetect.sh +++ b/lagdetect.sh @@ -1,6 +1,6 @@ #!/bin/sh THRESHOLD=1.2 -FUDGE_MS=5.0 +FUDGE_MS=17.0 PING_PEERS='1.1.1.1 8.8.8.8' PING_GW_IPV4=no PING_GW_IPV6=no -- 2.39.5