1) Very often torrents are corrupted after download (detected by CRC failed). Every time I could simply corrected it by "Verify Local Data" (and then redownloading some small corruprted part). But it seems to me very strange, transmission should verify hash of every downloaded piece - or am I wrong?
2) Transmission has often problem to finish downloading torrent - just before end (usually 99.9x%) it repeatedly jumps back about one percent or less and redownloading again and again and again... If I use "Verify Local Data" it jumps back a bit more but then finishes downloading without problem.
Both these problems are quite annoying. I cannot try newest version because some trackers does not allow it yet. Any advice? I am only one with such a problems (in forums similar troubles was reported only for much older versions) ?
my settings.json:
Code: Select all
{
"blocklist-enabled": true,
"download-dir": "\/data\/torrent",
"speed-limit-down": 2000,
"speed-limit-down-enabled": false,
"speed-limit-up": 200,
"speed-limit-up-enabled": true,
"encryption": 1,
"open-file-limit": 64,
"max-peers-global": 200,
"peer-port": 45723,
"pex-enabled": true,
"rpc-authentication-required": false,
"rpc-password": "xxxxxxxxxxx",
"rpc-port": 9091,
"rpc-username": "transmission",
"rpc-whitelist": "127.0.0.1,192.168.0.92,192.168.0.912",
"watch-dir-enabled": true,
"watch-dir": "\/data\/torrent\/_watch"
}