使用参数--limit-rate=80k,wget的下载速度可以限制在80k/s。
url="http://caesar.acc.umu.se/debian-cd/current/amd64/iso-cd/debian-8.7.1-amd64-CD-1.iso";
wget --limit-rate=80k -c $url -O /tmp/debian.iso现在我也想在firefox中控制下载速度在80k/s之内。如何设定限制?

iptable或tc能完成任务吗?
https://unix.stackexchange.com/questions/341198
复制相似问题