Update README and TODO

This commit is contained in:
Joakim Frostegård 2020-07-31 06:10:14 +02:00
parent bdb6aced1c
commit 6240cc2106
2 changed files with 3 additions and 4 deletions

View file

@ -41,10 +41,8 @@
## aquatic_udp
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?
* handle errors similarily to aquatic_ws, including errors in socket workers
* 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?
* Protocol crate: converter functions should be trait functions
# Not important