summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 354ac2d30604c50f0ff4ba5f3e9b48326ff059eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# external libraries
* https://github.com/kokke/tiny-AES-c

# todo
* implement BEP-0042 DHT security extension, requires crc32c library
* fix announcements

# known non-posix
* `MSG_DONTWAIT`, `SOCK_NONBLOCK`: replace with `fcntl` `O_NONBLOCK`
* `MSG_NOSIGNAL` on `sendto`: replace with `SIGPIPE` signal handler