From d08abe7e1884517f18316e0313daf4f323ee34c8 Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Fri, 2 Sep 2022 21:39:18 +0200 Subject: [PATCH] Fix typo --- sqm_lagthrottle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5