From a5d3ca250707bce58808adf3d8460510a37dcfb3 Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Thu, 17 Mar 2022 20:22:13 +0100 Subject: [PATCH] Make rate-limiting effective for timeout-based collapse --- __lagdetect.awk | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.39.5