LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1166|回复: 0

关于流量近控制的一个问题

[复制链接]
发表于 2008-12-1 16:21:12 | 显示全部楼层 |阅读模式
我使用tc qdisc add dev eth0 root handle  1:0 htb default 12
tc  class add dev eth0 parent 1:0 classid 1:1 htb rate 10mbps
当写完上面一行后会提示HTB: quantum of class 10001 is big. Consider r2q change.
经过GOOGLE查找得知这只是一个建意并不是BUG或错误,但我按其建意更改r2q:
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 10mbps quantum 1000000按回车也不会提示我的值太大,这是什么原因?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表