From: Johannes Truschnigg Date: Sat, 12 Mar 2022 14:47:04 +0000 (+0100) Subject: Set default fudge msec to 5 X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=f0caccfd096206ba8f692bfecb9d815cd351f1ef;p=sqm_lagthrottle Set default fudge msec to 5 --- 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