]> Sergey Matveev's repositories - btrtrc.git/commit
Implement new request strategy
authorMatt Joiner <anacrolix@gmail.com>
Sat, 23 Sep 2017 05:25:47 +0000 (15:25 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 23 Sep 2017 05:25:47 +0000 (15:25 +1000)
commit6aad8041abfa3036a030388803912d58ee336899
tree66b87fe02448825a447b1a14b671340327cb9405
parent25d1f371c32e1de050337dd69d55f0c2c8b3d470
Implement new request strategy

The new strategy, 2, has the fastest connection download by priority in order, and all other pieces stick to a randomized ordering that's stable per connection.
client.go
connection.go
misc_test.go
torrent.go