From 9062baef81ddcab7c0a8e50216470f297818635b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 2 Aug 2020 01:43:56 +0200 Subject: [PATCH] Update TODO --- TODO.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index a2653f9..b8fa0f8 100644 --- a/TODO.md +++ b/TODO.md @@ -2,10 +2,10 @@ ## General -* init logging in cli helper crate? +* init logging in cli helper crate? kind of tricky, requires cli helper + knowledge of config, such as config implementing a trait to get log + level * automatic tests running real clients in container? -* peer extractor: extract one extra, remove peer if same as sender, otherwise - just remove one ## aquatic_http_load_test @@ -46,11 +46,15 @@ ## aquatic_udp * handle errors similarily to aquatic_ws, including errors in socket workers and using log crate +* use key from request as part of peer map key like in aquatic_http? need to + check protocol specification # Not important ## General * mio oneshot setting: could it be beneficial? +* peer extractor: extract one extra, remove peer if same as sender, otherwise + just remove one? ## aquatic_http * request parsing: