*** Please type your report below this line *** source : https://bugs.launchpad.net/ubuntu/+source/trickle/+bug/193195 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://cdimage.debian.org/debian-cd/5.0.0/i386/iso-cd/debian-500-i386-netinst.iso this should just limit my upload to 8KiB/s, but what it does is to limit download rate at 10KiB/s no mater what the upload limit I set. It could even be: ~$ trickle -u 1024 wget -c http://cdimage.debian.org/debian-cd/5.0.0/i386/iso-cd/debian-500-i386-netinst.iso It would still limit my download rate by 10KiB/s trickle -s #standalone doesnt change this; trickle -u UPSPEED -d DOWNSPEED does in fact allow bigger speeds; trickle -u UPSPEED limit the download to 10KiB/s Should use the full speed for download when we specify only an upload limit. The 10KiB/s seems to be the limit defined in the source file trickle.c
this is correct, trickle always limits both up and down traffic to the configured value or the default (which is 10k). i'll try and add an "unlimited" mode which would be on by default, but that might take a while, in the meantime i suggest that you specify a very large value for the other direction. cu robert
If you don't have time to fix the issue, would you at least consider a release with updated documentation detailing the issue, so every user doesn't have to get bitten by this and search out bug reports before realising it's by design. Thanks, Bron.
The man page documentation has been updated to mention the default upload/download limits. The change will be visible in trickle-1.08