Daniel15 / rTorrentWeb

Web-based frontend for rTorrent - Migrated from old Trac website

Home Page:http://rtorrentweb.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strange "up total"

Daniel15 opened this issue · comments

The "Up Total" column in the peers view sometimes displays weird values

[daniel15] Looks like there's no way around this apart from recompiling rTorrent. For the torrent listing, I fixed this problem by getting the number of chunks and then doing chunks * chunk size to get the size. Unfortunately, there's no "get chunks sent" or "get chunks received" for peers :(