]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blob - tc/tc_red.h
Add reference to tc-codel(8) to the SEE ALSO section
[lisovros/iproute2_canprio.git] / tc / tc_red.h
1 #ifndef _TC_RED_H_
2 #define _TC_RED_H_ 1
3
4 extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
5 extern int tc_red_eval_ewma(unsigned qmin, unsigned burst, unsigned avpkt);
6 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
7
8 #endif