Ticket #1265 (closed defect: invalid)

Opened 4 years ago

Last modified 4 months ago

possibly stop_on_ratio error

Reported by: pueblo.revolt@gmail.com Owned by: rakshasa
Priority: lowest 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.

Change History

Changed 4 years ago by anonymous

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

Changed 4 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.

Changed 4 months ago by rakshasa

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.