]> johannes.truschnigg.info Git - sqm_lagthrottle/commitdiff
Fix typo
authorJohannes Truschnigg <johannes@truschnigg.info>
Fri, 2 Sep 2022 19:39:18 +0000 (21:39 +0200)
committerJohannes Truschnigg <johannes@truschnigg.info>
Fri, 2 Sep 2022 19:39:18 +0000 (21:39 +0200)
sqm_lagthrottle.sh

index 7c798fe9010f1fa63d89bac3a20ea084d94135f3..b9250773198f2d1b7a43efc674cdf8f1809958a3 100755 (executable)
@@ -28,7 +28,7 @@
 # distribution to get (hopefully) sensible configration values for FUDGE_MS and
 # PING_PEERS.
 
-FUDGE_MS=20.0 # "fudge" factor in msec that yor PING_PEERS are expected to fluctuate in latency under normal conditions
+FUDGE_MS=20.0 # "fudge" factor in msec that your PING_PEERS are expected to fluctuate in latency under normal conditions
 PING_PEERS='1.1.1.1 8.8.8.8' # space-separated list of peer addresses to ping
 BW_MIN_RX=4000 # CHANGE THIS - your min. acceptable downstream bandwidth to shape to in Kbps
 BW_MAX_RX=30000 # CHANGE THIS - your max. desired downstream bandwidth to shape to in Kbps