]> Sergey Matveev's repositories - btrtrc.git/commit
Fix rare single-torrent stall due to obsolete ceaseNetworking call
authorMatt Joiner <anacrolix@gmail.com>
Wed, 3 Jun 2015 12:43:40 +0000 (22:43 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 3 Jun 2015 12:43:40 +0000 (22:43 +1000)
commit005ca8124ad94dc8416d70ec7f1549d536f94a7c
treee9dde998c1793b5bd7bc541970bcfb09f70ee70a
parent9f94ca79c1a25c10edeb5be96d8ce1ea4b9f1c9b
Fix rare single-torrent stall due to obsolete ceaseNetworking call

Only occurred if you have a data backend that can drop completed pieces, and it happened that you wanted to redownload data that had been dropped after completely downloading the torrent in the past.
client.go