Opened 16 years ago
Last modified 4 months ago
#527 new feature-request
Option to limit transfer rate to keep a 1:1 share ratio
Reported by: | jonesmz@rose-hulman.edu | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | Core | Version: | |
Keywords: | Cc: | mydimle@gmail.com |
Description
A way to ask deluge to try to automatically keep upload speed greater than download speed for incomplete torrents, but still download portions of the torrent. is useful for private trackers that use share ratios for people who have massive down speed but really crap up-speed.
Change History (2)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 14 years ago
Component: | other → core |
---|---|
Milestone: | → Future |
Priority: | major → minor |
Summary: | Prefer to seed → Option to limit transfer rate to keep a 1:1 share ratio |
Version: | 1.0.0 |
Note:
See TracTickets
for help on using tickets.
Hi, first post here!
Having a quick look at the source code, it seems that set_download_limit() in set_max_download_speed() should take dynamically the values of the upload speed. Then adding an offset let's say 5kb/s over the average upload speed of the last minute, update the maximum download speed. That should do the work, I guess.
I could give it a try myself, but I am in the middle of the exams period. If it's not implemented until October 10th, then I'll try it.
I hope someone can confirm the above.
Dimitris Leventeas