]> Sergey Matveev's repositories - btrtrc.git/commit
Wake connections that could send a request for a deleted piece
authorMatt Joiner <anacrolix@gmail.com>
Tue, 17 Jul 2018 11:29:54 +0000 (21:29 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 17 Jul 2018 11:29:54 +0000 (21:29 +1000)
commitd575877a5de09d49d8ffa6118f90421837699fca
tree97b8a9954b83e4e67b6579cdf46797e8d4c797f6
parent6d6197b0a1b8593e8b64c25c827a8b5ca9ce20d3
Wake connections that could send a request for a deleted piece

I'm not sure this is entirely correct, but not doing it is probably less correct. It should help prevent stalls where writers aren't requesting because they're starved out of opportunities by other connections.
connection.go