]> Sergey Matveev's repositories - btrtrc.git/commit
Fix downloading of unwanted chunks, and write out downloaded chunks using the connect...
authorMatt Joiner <anacrolix@gmail.com>
Wed, 27 Jan 2016 18:54:48 +0000 (05:54 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 27 Jan 2016 18:54:48 +0000 (05:54 +1100)
commitae9bba2611a78cded94c70a8d4c4f105dd28fd41
treedd734f07935c32d543dd4ebd409e2a1f46a086b5
parent90348f6a489d597c5e31efb7dd9ebd81b0639630
Fix downloading of unwanted chunks, and write out downloaded chunks using the connection loop goroutine

Doing the writes with the connection loop goroutine prevents memory use blowing out when chunks aren't written out quickly enough.
client.go
connection.go
piece.go
torrent.go