文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>[转帖]ROS提高游戏速度的小策略

[转帖]ROS提高游戏速度的小策略

时间:2006-12-12  来源:zh8612


screen.width-461) window.open('http://bbs.routeros.org/UploadFile/2006-8/20068115251060711.jpg');" src="http://bbs.routeros.org/UploadFile/2006-8/20068115251060711.jpg" border=0>
screen.width-461) window.open('http://bbs.routeros.org/UploadFile/2006-8/20068115251053253.jpg');" src="http://bbs.routeros.org/UploadFile/2006-8/20068115251053253.jpg" border=0>
screen.width-461) window.open('http://bbs.routeros.org/UploadFile/2006-8/20068115251033430.jpg');" src="http://bbs.routeros.org/UploadFile/2006-8/20068115251033430.jpg" border=0>
screen.width-461) window.open('http://bbs.routeros.org/UploadFile/2006-8/20068115251068999.jpg');" src="http://bbs.routeros.org/UploadFile/2006-8/20068115251068999.jpg" border=0>
screen.width-461) window.open('http://bbs.routeros.org/UploadFile/2006-8/20068115251052292.jpg');" src="http://bbs.routeros.org/UploadFile/2006-8/20068115251052292.jpg" border=0>
screen.width-461) window.open('http://bbs.routeros.org/UploadFile/2006-8/2006811526288766.jpg');" src="http://bbs.routeros.org/UploadFile/2006-8/2006811526288766.jpg" border=0>
screen.width-461) window.open('http://bbs.routeros.org/UploadFile/2006-8/2006811526281308.jpg');" src="http://bbs.routeros.org/UploadFile/2006-8/2006811526281308.jpg" border=0>
screen.width-461) window.open('http://bbs.routeros.org/UploadFile/2006-8/2006811526261485.jpg');" src="http://bbs.routeros.org/UploadFile/2006-8/2006811526261485.jpg" border=0>
RouterOS终极提速,彻底解决ROS小包(网络游戏数据包)转发性能差的问题

以下只给有ROS基础的人看,2.9.7以上版本支持,2.9.26上调试通过

ROS终端界面直接输入即可

HTB QOS 流量质量控制

/ ip firewall mangle
add chain=forward p2p=all-p2p action=mark-connection   new-connection-mark=p2p_conn passthrough=yes comment="" disabled=no
add chain=forward connection-mark=p2p_conn action=mark-packet   new-packet-mark=p2p passthrough=yes comment="" disabled=no
add chain=forward connection-mark=!p2p_conn action=mark-packet   new-packet-mark=general passthrough=yes comment="" disabled=no
add chain=forward packet-size=32-512 action=mark-packet new-packet-mark=small   passthrough=yes comment="" disabled=no
add chain=forward packet-size=512-1200 action=mark-packet new-packet-mark=big   passthrough=yes comment="" disabled=no

/ queue tree
add name="p2p1" parent=TEL packet-mark=p2p limit-at=2000000 queue=default   priority=8 max-limit=6000000 burst-limit=0 burst-threshold=0 burst-time=0s   disabled=no
add name="p2p2" parent=LAN packet-mark=p2p limit-at=2000000 queue=default   priority=8 max-limit=6000000 burst-limit=0 burst-threshold=0 burst-time=0s   disabled=no
add name="ClassA" parent=LAN packet-mark="" limit-at=0 queue=default priority=8   max-limit=100000000 burst-limit=0 burst-threshold=0 burst-time=0s   disabled=no
add name="ClassB" parent=ClassA packet-mark="" limit-at=0 queue=default   priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s   disabled=no
add name="Leaf1" parent=ClassA packet-mark=general limit-at=0 queue=default   priority=7 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s   disabled=no
add name="Leaf2" parent=ClassB packet-mark=small limit-at=0 queue=default   priority=5 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s   disabled=no
add name="Leaf3" parent=ClassB packet-mark=big limit-at=0 queue=default   priority=6 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s   disabled=no

1-8级优先级控制,数字越小优先级越高

LAN内网接口
TEL 外网接口
SMALL 小包 32-512字节 5级优先级
BIG 大包 512-1200字节   6级优先级
general 其它包 1200-1500字节 7级优先级
P2P类   8级优先,全局限速 600KB/S下载
Leaf 子类
相关阅读 更多 +
排行榜 更多 +
真实恋爱体验

真实恋爱体验

休闲益智 下载
全民脑洞大作战

全民脑洞大作战

休闲益智 下载
嘻哈跑酷

嘻哈跑酷

休闲益智 下载