文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>ROS限速

ROS限速

时间:2010-06-20  来源:linux_debian

小包优先,自己折腾的
1、标记来自WAN口的下载,老样子,先标记连接,后标记包 /ip firewall mangle add chain=prerouting action=mark-connection new-connection-mark=ctc_down_con passthrough=yes in-interface=CTC /ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=ctc_down_small passthrough=no connection-mark=ctc_down_con packet-size=32-256 ………… 2、标记上行 /ip firewall mangle add chain=forward action=mark-connection new-connection-mark=ctc_up_conn passthrough=yes out-interface=CTC /ip firewall mangle add chain=forward action=mark-packet new-packet-mark=cnc_up_small passthrough=no connection-mark=ctc_up_conn packet-size=32-256 …………
3、Queue Tree
/queue tree add
 name="ctc_down" parent=LAN limit-at=0 priority=8 max-limit=10M burst-limit=0 burst-threshold=0 burst-time=0s
 name="6_ctc_down_small" parent=ctc_down packet-mark=ctc_down_small limit-at=2M queue=default priority=7 max-limit=5M burst-limit=0 burst-threshold=0 burst-time=0s
 name="ctc_up" parent=WAN limit-at=0 priority=8 max-limit=10M burst-limit=0 burst-threshold=0 burst-time=0s
name="6_up_small" parent=ctc_up packet-mark=cnc_up_small limit-at=2M queue=default priority=8 max-limit=5M burst-limit=0 burst-threshold=0 burst-time=0s


好像有效,自己做个记录。
相关阅读 更多 +
排行榜 更多 +
瓢虫少女

瓢虫少女

飞行射击 下载
潜艇鱼雷

潜艇鱼雷

飞行射击 下载
网络掠夺者

网络掠夺者

飞行射击 下载