2010-04-02 04:04:35 PDT
Hi,
A simple question. Does xbt support currently active downloaded/uploaded torrent count per user? I suppose, xbt_files_users is the table, that should do that. When downloaded = 0, then I assume, that the torrent is still being downloaded and vise versa when downloaded = 1. But the problem is, when a torrent is stopped or the client has been shutdown. After restarting and resuming seeding, the peer is written as a downloaded = 0. Although previously it was downloaded. Tested several times. Is it a bug or not supported feature?
I looked at the source and I see, that this parameter is extracted from the connection from client to tracker. So, in theory, the parameter should be set correctly. Or am I missing something?