From bf68b6e36f4020000ed55d4d3264763684de69ac Mon Sep 17 00:00:00 2001 From: Dave Taht Date: Tue, 21 Nov 2017 12:00:51 -0800 Subject: [PATCH] Get rid of threshold reference from API --- cobalt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cobalt.h b/cobalt.h index 303e9f7..37736f8 100644 --- a/cobalt.h +++ b/cobalt.h @@ -80,7 +80,6 @@ struct cobalt_skb_cb { * struct cobalt_params - contains codel and blue parameters * @interval: codel initial drop rate * @target: maximum persistent sojourn time & blue update rate - * @threshold: tolerance for product of sojourn time and time above target * @p_inc: increment of blue drop probability (0.32 fxp) * @p_dec: decrement of blue drop probability (0.32 fxp) */