]> Sergey Matveev's repositories - btrtrc.git/commit
Do requests synchronously, and don't request from hashing or queued pieces
authorMatt Joiner <anacrolix@gmail.com>
Tue, 26 Jun 2018 04:51:55 +0000 (14:51 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 26 Jun 2018 04:51:55 +0000 (14:51 +1000)
commitc921242f30364d3d03947455a5a88ac376059444
tree96e3677ae74af44ff7089f363af9e622050e7b0e
parent7dd532d46fa84144c63e5ad6aa4d976a08d0b25b
Do requests synchronously, and don't request from hashing or queued pieces

Calculating the desired state was a nice idea, but too hard to debug. This way should also be faster.
connection.go
global.go
piece.go
torrent.go