You are not logged in.
Hello, I have 2 Pc's, one for my brother, and the other for me. And well, always we have problems about downloads and lags when we are playing.
For example, when I download packages from pacman, it is done at maximum speed "eating" all connection, and my brother has lag.
Is there anyway to limit the bandwith that use my programs to half, for example? If maximum download speed is 100KB/s, pacman only can download 50 KB/s maximum.
Greetings
Only deaths can see the end of battles.
Blog: http://djmartinez.co.cc -> The life of a Computer Engineer
Offline
wget has a --limit-rate option that you can use (man wget). You can modify the XferCommand in pacman.conf and use that instead. The other option is using iptables which is a painstaking learning process.
Offline
You might be interested in how to use 'tc' (it's in 'iproute' package) and here is a tutorial:
http://www.rns-nis.co.yu/~mps/linux-tc.html
But as tardo stated, the learning curve is pretty steep for users.
Offline
@ shinlun
ThankX!
That's really interesting!
Have a nice day!
GNU/Linux is not only another operating system. It is freedom from any point view!
Offline
Depending on your router you may be able to set Ingress Rate Limit under QoS. Also have a look into trickle: http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
http://monkey.org/~marius/pages/?page=trickle
Last edited by somairotevoli (2007-07-21 01:42:55)
Offline