Unworkable 0.4 (Default branch) |
|
|
Unworkable is a BitTorrent implementation written
as an asynchronous, single-threaded application in
ANSI C using libevent and mmap() for performance.
Its goals include efficiency, simplicity, and high
code quality.
License: BSD License (original)
Changes:
Sending of peer keep-alives was implemented. The trace log now contains timestamps. Intermittent tracker failures are now tolerated better. Support for Arch Linux was added. An off-by-four bug which could cause segfaults on some platforms was fixed along with zero padding in peer ID generation. There was an overall code reduction and re-factoring plus improvements to the documentation.
|