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)

 

  

相关文章:

  • 2021-07-09
猜你喜欢
  • 2022-02-11
  • 2021-08-17
  • 2021-11-05
  • 2021-12-24
  • 2021-08-16
  • 2021-06-27
  • 2021-10-09
相关资源
相似解决方案