]> Sergey Matveev's repositories - btrtrc.git/commit
Rework webseed peers to use a pool of requesters
authorMatt Joiner <anacrolix@gmail.com>
Fri, 29 Jan 2021 05:01:35 +0000 (16:01 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 29 Jan 2021 05:01:35 +0000 (16:01 +1100)
commit60e992ec97e64bb08ce5fb80f4067722c8c915ad
tree71fb97a188b7ac52c1956524620a32be29db7e46
parent4078644db9faa6bc37559299aab1cf100b7f6a8a
Rework webseed peers to use a pool of requesters

This fixes the limitation that the max outstanding requests for a webseed peer must match the request concurrency. It should mean less recalculation, and more pipelining.
torrent.go
webseed-peer.go