summaryrefslogtreecommitdiff
path: root/net/unworkable/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'net/unworkable/DESCR')
-rw-r--r--net/unworkable/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/unworkable/DESCR b/net/unworkable/DESCR
new file mode 100644
index 00000000000..e60ab54d6ca
--- /dev/null
+++ b/net/unworkable/DESCR
@@ -0,0 +1,6 @@
+Unworkable is a BSD-licensed BitTorrent implementation written by
+Niall O'Higgins <niallo@p2presearch.com>. Goals of this project
+include efficiency, simplicity and high code quality.
+
+Unworkable is single threaded and asynchronous, written in portable
+ANSI C using libevent and mmap() for performance.