Fixes a couple of edge-case bugs in the mapping of pieces to
mmap'd files on-disk. This makes multi-file torrent downloads
more reliable.
From maintainer Niall O'Higgins
- Support for Fast Extensions (BEP 6), avoiding long hash checks
with Fast Resume and many bugfixes which make transfers happen at
a faster rate.
from niallo@. ok merdely@
unworkable is an asynchronous, single-thread BitTorrent implementation
written in C using libevent and mmap(). Goals of the project include
efficiency, simplicity and high code quality.
from niallo@ and ok simon@