Hunsu / ntorrent

Automatically exported from code.google.com/p/ntorrent
GNU General Public License v3.0
0 stars 1 forks source link

Zombie torrents #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
nTorrent doesn't have have any good methods for checking wheter a torrent
has been removed from rtorrent. This will cause torrents to remain in the
torrent set even if the torrent has been deleted in rtorrent. So
functionalty using TorrentTable.getTorrents() can produce torrent's and
torrent data that isn't correct. 

An example would be to delete a downloading or uploading torrent. Then see
that the download speed and upload speed indicator isn't decreased with the
deleted torrent.

Original issue reported on code.google.com by kei...@gmail.com on 9 Apr 2008 at 9:36