]> Sergey Matveev's repositories - btrtrc.git/commit
Retain the desired request ordering
authorMatt Joiner <anacrolix@gmail.com>
Tue, 26 Oct 2021 23:13:39 +0000 (10:13 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 26 Oct 2021 23:13:39 +0000 (10:13 +1100)
commita7e7cbcb04a9bd44ebc32c402236b76d9cd2fd47
treedf68cdad077e944e0b154ef61ae188cfebc9d93d
parent31985f1ea02b88fb6a53137f9fd2cd21188a7394
Retain the desired request ordering

This means we don't have to randomize the request order when we finally apply it to avoid favouring lower indices. The difference is very subtle but should be impactful with smaller connection counts and rarer torrents.
requesting.go