From ae73ab5b56d9b0a99111de26ff13698551c95407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 31 Jul 2020 01:49:54 +0200 Subject: [PATCH] Update TODO --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 707fd81..f7fbba9 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,7 @@ * use ipv4-mapped address functions, but I should check that they really work as they really work as they should. All announces over ipv4 should go to ipv4 map, all over ipv6 to ipv6 map +* init logging in cli helper crate? ## aquatic_http_load_test @@ -29,12 +30,12 @@ write actually block here? And what action should be taken then? ## aquatic_ws +* test transfer again with crossbeam-channel * is 'key' sent in announce request? if so, maybe handle it like in aquatic_http (including ip uniqueness part of peer map key) * established connections do not get valid_until updated, I think? * tests * use enum as return type for handshake machine -* use crossbeam instead of flume (improved performance in aquatic_http) * ipv4 and ipv6 state split: think about this more.. ## aquatic_udp