X-Git-Url: http://git.onelab.eu/?p=iproute2.git;a=blobdiff_plain;f=tc%2Ftc_red.h;fp=tc%2Ftc_red.h;h=0000000000000000000000000000000000000000;hp=6f6b09e3e05e34b7f15bcfa7113df2d93de7c415;hb=3331a68859fd71047bb1f309048960b48eab2d83;hpb=2bd4a72f2100be7ad7d9518cb1d49bb2a5b71994 diff --git a/tc/tc_red.h b/tc/tc_red.h deleted file mode 100644 index 6f6b09e..0000000 --- a/tc/tc_red.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _TC_RED_H_ -#define _TC_RED_H_ 1 - -extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob); -extern int tc_red_eval_ewma(unsigned qmin, unsigned burst, unsigned avpkt); -extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf); - -#endif