From: Johannes Truschnigg Date: Thu, 17 Mar 2022 19:22:13 +0000 (+0100) Subject: Make rate-limiting effective for timeout-based collapse X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=a5d3ca250707bce58808adf3d8460510a37dcfb3;p=sqm_lagthrottle Make rate-limiting effective for timeout-based collapse --- diff --git a/__lagdetect.awk b/__lagdetect.awk index 64f6491..1366bea 100644 --- a/__lagdetect.awk +++ b/__lagdetect.awk @@ -188,6 +188,7 @@ function adjust_sqm(peername, latency) { bw_cur_step_rx = 0 bw_next_step_rx = 0 set_bw(IFACE_RX, STEPS_RX[bw_next_step_rx]) + adjust_old = ts return }