Skip to content

Commit

Permalink
Get rid of threshold reference from API
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaht committed Nov 21, 2017
1 parent 4e1b9dc commit bf68b6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cobalt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down

0 comments on commit bf68b6e

Please sign in to comment.