Update TODO

This commit is contained in:
Joakim Frostegård 2020-04-12 14:46:49 +02:00
parent 2779b6ec3a
commit 16155f3de5

View file

@ -2,6 +2,9 @@
## aquatic
* `thread 'main' panicked at 'overflow when subtracting duration from instant', src/libstd/time.rs:374:9`
* Handler: put responses in vector and send them all together after releasing
lock?
* Use bounded request channel?
* Handle Ipv4 and Ipv6 peers. Probably split state. Ipv4 peers can't make
use of Ipv6 ones. Ipv6 ones may or may note be able to make use of Ipv4
ones, have to check.