Ticket #1265 (new defect)

Opened 2 years ago

Last modified 2 years ago

possibly stop_on_ratio error

Reported by: pueblo.revolt@gmail.com Owned by: rakshasa
Priority: lowest Milestone:
Component: rtorrent Version:
Severity: trivial Keywords:
Cc:

Description

stop_on_ratio = min_ratio,min_upload
DON'T stop torrents when they reach the given upload ratio min_ratio in percent and if the optional min_upload > 999M

e.g.:
schedule = ratio,60,60,"stop_on_ratio=300,50M"
schedule = ratio,60,60,"stop_on_ratio=300,500M"
schedule = ratio,60,60,"stop_on_ratio=300,999M"
stop torrents.

schedule = ratio,60,60,"stop_on_ratio=300,5000M"
don't stop torrents.

Why?

I use rtorrent0.8.0/libtorrent0.12.0 with Slackware12.

Attachments

Change History

Changed 2 years ago by anonymous

Sounds like a 32-bit overflow problem. I suspect the real "limit" is either 2047M or 4095M.

Changed 2 years ago by pueblo.revolt@gmail.com

After I've manually stopped problem torrent, reboot rtorrent, started problem torrent [ratio,60,60,"stop_on_ratio=300,5000M"] already works[[BR]]It's a mystery.

But I'm still interested in max limit of min_upload.

Add/Change #1265 (possibly stop_on_ratio error)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.