Howto limit speed in browser for test
Sometimes need to shape speed in browser (Firefox) for emulate slow user connections Using tc : tc qdisc add dev eth0 root netem delay 2000ms 1000ms 2000ms – original packet timeout 1000ms – deviation
Sometimes need to shape speed in browser (Firefox) for emulate slow user connections Using tc : tc qdisc add dev eth0 root netem delay 2000ms 1000ms 2000ms – original packet timeout 1000ms – deviation