]> Sergey Matveev's repositories - btrtrc.git/commit
Track dirty chunks, instead of pending chunk specs
authorMatt Joiner <anacrolix@gmail.com>
Wed, 13 Jan 2016 06:11:59 +0000 (17:11 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 13 Jan 2016 06:11:59 +0000 (17:11 +1100)
commit2beb5f8bd4e0c2ef6d32fc81ffef76705d42d9f4
tree8f597662aad3034287afe7783a9042fc9fe668ed
parent153c13db4374722e7665311e0355fdb4c3820363
Track dirty chunks, instead of pending chunk specs

This is the first step toward having purely Reader-based priorities. If a chunk is pending, that currently implies that we want to download it. I want to move that kind of state out to the readers.
client.go
client_test.go
piece.go
torrent.go