How do I simulate a slow internet connection (Edge/3g) on a mac. Is there a Firefox plugin?

前端 未结 6 1264
我在风中等你
我在风中等你 2021-01-31 23:44

Exact Duplicate: https://stackoverflow.com/questions/473465/firefox-plugin-to-simulate-slow-internet-connection

How do I simulate a slow internet connec

6条回答
  •  北海茫月
    2021-02-01 00:20

    On a Mac or BSD, use:

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

    And to reset to your initial settings:

    sudo ipfw flush
    

提交回复
热议问题