]> johannes.truschnigg.info Git - sqm_lagthrottle/commitdiff
Fix variable name
authorJohannes Truschnigg <johannes@truschnigg.info>
Sat, 12 Mar 2022 13:12:15 +0000 (14:12 +0100)
committerJohannes Truschnigg <johannes@truschnigg.info>
Sat, 12 Mar 2022 13:12:15 +0000 (14:12 +0100)
__lagdetect.awk

index 6296f4789a5af20516b6ecbaee29d4bd1b4e5315..f83c748d483e7ca171091c22c00e6c94e36d8383 100644 (file)
@@ -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]