commit bc249730aac7a6c89dd1bfb5a2f2436ddba496d3 [browse]
Author: Matt Joiner
Date: 2019-04-10 18:27:54 +10:00
Fix segfault on nil conntrack.EntryHandle instance when dialing
Fixes https://github.com/anacrolix/torrent/issues/314. Comments were added to the the conntrack package master, but have no functional change required here.
commit d4788882316354d3e44bd1926faed5f48449974a [browse]
Author: Matt Joiner
Date: 2019-04-09 12:57:54 +10:00
When failing to read stored data, try updating only the completion state for the failed piece
On rare occasions, reads are failing in a loop, exhausting all the available file descriptors. It's not clear why, it could be an error in the filecache storage backend I'm using, or some logic error regarding when it's okay to try to read.
commit b5a1aabe90b71e1856d8b284092292bb6aa5aa9a [browse]
Author: Matt Joiner
Date: 2019-04-09 12:54:41 +10:00
Make the default conntracker instance unlimited for now
There are rate limiting issues in the DHT that need to be resolved.
commit 70df67555bfe1fb408f3d276826f6ee16e2f8e58 [browse]
Author: Matt Joiner
Date: 2019-04-09 12:53:18 +10:00
Improve some types in reader.readOnceAt
commit 485d6bb6e743afe9b4dd54c8a26ac64d4d79963e [browse]
Author: Matt Joiner
Date: 2019-03-29 08:48:56 +11:00
Fix leaked conntrack.EntryHandle
clone the repository to get more history