Qdisc(quick disconnect)快速分离,断开;是一种排队规则,实现对流量的优先级管理.
涉及随机公平队列,令牌桶过滤器,分层令牌桶,FIFO,
/*
*CopyRight (c) 2014-02-05 by Ruiy use to CopyLift!!!!
*
*/
1,SFQ(Stochastic Fairness Queueing)随机公平队列
功能函数库头文件控制
#ifndef __NETLINK_SFQ_H_
#define __NETLINK_SFQ_H_
#ifdef __Cplusplus extern "C" { #endif ........... ........... #ifdef _Cplusplus } #endif
#endif
2,TBF(Token Bucket Filter)