完全相同:https://stackoverflow.com/questions/473465/firefox-plugin-to-simulate-slow-internet-connection

如何在Mac上模拟缓慢的Internet连接(Edge/3g)?有Firefox插件吗?

最佳答案

在Mac或BSD上,使用:

sudo ipfw pipe 1 config bw 350kbit/s plr 0.05 delay 500ms
sudo ipfw add pipe 1 dst-port http

并重置为初始设置:
sudo ipfw flush

关于iphone - 如何在Mac上模拟缓慢的Internet连接(Edge/3g)。有Firefox插件吗?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/596780/

10-11 14:49