]> Sergey Matveev's repositories - btrtrc.git/commit
Extract the request strategy logic
authorMatt Joiner <anacrolix@gmail.com>
Fri, 10 Jan 2020 04:09:21 +0000 (15:09 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 13 Jan 2020 23:51:09 +0000 (10:51 +1100)
commit4c989da21e0fbd04972b28a82a2aae06afb61fd1
treeddd9295f7a6bd45dada3286a33062cd9c946e2f7
parent5a1af60e960cd81bdff1a1ba9933e206cb76613c
Extract the request strategy logic

Bit messy. Now it'll be easier to clean-up what it depends on, and test.
client.go
connection.go
connection_test.go
file.go
misc_test.go
piece.go
request_strategy.go [new file with mode: 0644]
torrent.go
torrent_test.go