Ros资源网

ROS整段PCQ突发限速,给全部IP限速方法

添加queue type

 /queue type
 add kind=pcq name=ros5.com_down pcq-classifier=dst-address \
 pcq-burst-rate=4M pcq-burst-threshold=2M pcq-rate=2M
 add kind=pcq name=ros5.com_up pcq-classifier=src-address \
 pcq-burst-rate=500k pcq-burst-threshold=256k pcq-rate=256k

定义内网地址段,引用type

 /queue simple
 add disabled=no interface=all name=ros5.com_all \
 queue=ros5.com_up/ros5.com_down target-addresses=172.16.1.0/24

*游戏,网页等非持续高占用限速上传500K,下载4M,持续高占用如视频、下载限速上传256K,下载2M