How do I limit the upload speed of Transmission client to below 5kB/s?

I want to restrict the upload speed of my transmission client to 1kB/s, is it possible?

What changes do I need to make to lower the upload speed?


Solution 1:

Transmission:

Edit-> Preferences -> Transmission Preferences -> Speed Limits/Alternative Speed Limits

Under Speed Limits/Alternative Speed Limits you can set what the max speed your data needs to be uploaded.

Alternate way

open gedit $HOME/.config/transmission-daemon/settings.json

"speed-limit-up": 5, "speed-limit-up-enabled": true

You can set "speed-limit-up" to your desired number.