diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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` |