From 16155f3de5d85ab87cdc24ef227ff8b9b670cdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 12 Apr 2020 14:46:49 +0200 Subject: [PATCH] Update TODO --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.md b/TODO.md index 9e932bf..98df145 100644 --- a/TODO.md +++ b/TODO.md @@ -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.