From: Johannes Truschnigg Date: Fri, 2 Sep 2022 19:39:18 +0000 (+0200) Subject: Fix typo X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=d08abe7e1884517f18316e0313daf4f323ee34c8;p=sqm_lagthrottle Fix typo --- diff --git a/sqm_lagthrottle.sh b/sqm_lagthrottle.sh index 7c798fe..b925077 100755 --- a/sqm_lagthrottle.sh +++ b/sqm_lagthrottle.sh @@ -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