]> Sergey Matveev's repositories - btrtrc.git/commit
Fix peer request sleepiness
authorMatt Joiner <anacrolix@gmail.com>
Wed, 28 Oct 2020 23:45:38 +0000 (10:45 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 29 Oct 2020 22:13:39 +0000 (09:13 +1100)
commit7410e28329d89f2aadc47ad07baf71c2950b9130
treee9b4565a02658d82d3c96b25fb42633bc69d6302
parent27b89f08c9de89496dcc935575b351625f840e12
Fix peer request sleepiness

New requests weren't being issued to the current peer when being deleted. For webseeds, this would cause them to not bother issuing new requests indefinitely.

(cherry picked from commit 146a16df4ea26d33b0ce0391c8220de14c9e18f4)
peerconn.go