Update TODO

This commit is contained in:
Joakim Frostegård 2020-05-04 17:11:15 +02:00
parent cae534d82d
commit ce1fc8c1b3

View file

@ -1,11 +1,13 @@
# TODO
## aquatic
* don't use atomic usizes in torrent state, doesn't make sense anymore
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?
* Handle Ipv4 and Ipv6 peers. Probably split torrent state. Ipv4 peers
can't make use of Ipv6 ones. Ipv6 ones may or may note be able to make
use of Ipv4 ones, I have to check.
* More tests?
* chroot / drop privileges? Crates: privdrop, daemonize
## bittorrent_udp
* Tests with good known byte sequences (requests and responses)