Comment 0 for bug 193195

Revision history for this message
Fernando Miguel (fernandomiguel) wrote : [hard] trickle upload limit blocks wget

If I set trickle to limit my upload while using it to control a download, the download limit will be stuck a preset value:
~$ trickle -u 8 wget -c http://neacm.fe.up.pt/pub/ubuntu-releases/gutsy/ubuntu-7.10-desktop-i386.iso

this should just limit my upload to 8KB/s, but what it does is to limit download rate at 10KB/s no mater what the upload limit I set.
It could even be:
~$ trickle -u 1024 wget -c http://neacm.fe.up.pt/pub/ubuntu-releases/gutsy/ubuntu-7.10-desktop-i386.iso
It would still limit my download rate by 10KB/s