]> Sergey Matveev's repositories - btrtrc.git/commit
Add separate piece priorities, and cache pending pieces
authorMatt Joiner <anacrolix@gmail.com>
Thu, 25 Jan 2018 06:18:36 +0000 (17:18 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 25 Jan 2018 06:18:36 +0000 (17:18 +1100)
commit52524925d2b81d07e51c54c54f4c3660edf6ce83
tree90f8b8202b8e4eec5af1e01966a5ab2e54264239
parente3c098441a02a9c9079b959906d7528734496835
Add separate piece priorities, and cache pending pieces

Should fix a bug where prioritizing files is not alone sufficient to trigger downloading.
connection.go
piece.go
reader.go
t.go
torrent.go
torrent_test.go