]> git.proxmox.com Git - mirror_iproute2.git/blame - tc/tc_red.h
Fix netem display of rate and limit.
[mirror_iproute2.git] / tc / tc_red.h
CommitLineData
aba5acdf
SH
1#ifndef _TC_RED_H_
2#define _TC_RED_H_ 1
3
4extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
5extern int tc_red_eval_ewma(unsigned qmin, unsigned burst, unsigned avpkt);
6extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
7
8#endif