From: Johannes Truschnigg Date: Sat, 12 Mar 2022 13:12:15 +0000 (+0100) Subject: Fix variable name X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=469831e1f1fbd2b86975b8352df5d4071f0662ea;p=sqm_lagthrottle Fix variable name --- diff --git a/__lagdetect.awk b/__lagdetect.awk index 6296f47..f83c748 100644 --- a/__lagdetect.awk +++ b/__lagdetect.awk @@ -2,7 +2,7 @@ BEGIN { print "THRESHOLD=" THRESHOLD print "FUDGE=" FUDGE - print "PINGSLOTS=" SLOTS + print "PINGSLOTS=" PINGSLOTS split(PING_PEERS, pps, " ") for (pp in pps) { pn = pps[pp]