From 54ef76c2a32fec458376027a6f7abe777f8e9300 Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Thu, 17 Mar 2022 19:13:31 +0100 Subject: [PATCH] Add more context to the readme section --- __lagdetect.awk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/__lagdetect.awk b/__lagdetect.awk index 0c1889b..31bd12a 100644 --- a/__lagdetect.awk +++ b/__lagdetect.awk @@ -17,6 +17,11 @@ # This is a POSIX AWK script that will adapt cake SQM bandwidth depending on # latency reported by fping(8). It is useless on its own, and should be started # by the accompanying shellscript wrapper found in the same directory. +# +# This is work in progresa and has severe limitations. Latency upswings that +# are NOT caused by bufferbloat cannot be told apart from those that are caused +# by it, but hopefully will be in a future version. Presently, only downstream +# bandwidth is being shaped. BEGIN { CONVFMT="%.3f" -- 2.39.5