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

# todo
* use ppoll
* 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