summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 457dcda..0e04d85 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@
# todo
* use ppoll
* implement BEP-0042 DHT security extension, requires crc32c library
-* fix announcements
+* metadata receiving from uTorrent does not work for some unknown reason
+* uses A LOT of bandwidth, implement packet deduplication
# known non-posix
* `MSG_DONTWAIT`, `SOCK_NONBLOCK`: replace with `fcntl` `O_NONBLOCK`