⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tc_core.h

📁 radius协议源码÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo
💻 H
字号:
#ifndef _TC_CORE_H_#define _TC_CORE_H_ 1#include <linux/pkt_sched.h>long tc_core_usec2tick(long usec);long tc_core_tick2usec(long tick);unsigned tc_calc_xmittime(unsigned rate, unsigned size);int tc_calc_rtable(unsigned bps, __u32 *rtab, int cell_log, unsigned mtu, unsigned mpu);int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est);int tc_core_init();#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -