From b06c12e9a5a4586d19c1d8ccd99e8dfafa573765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 5 Jul 2022 11:38:50 +0200 Subject: [PATCH] Update TODO --- TODO.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index a447dd7..1647d00 100644 --- a/TODO.md +++ b/TODO.md @@ -2,9 +2,6 @@ ## High priority -* udp: add IP blocklist, which would be more flexible than just adding option - for disallowing requests (claiming to be) from localhost - ## Medium priority * quit whole program if any thread panics @@ -17,6 +14,11 @@ * Run cargo-deny in CI +* udp: add IP blocklist, which would be more flexible than just adding option + for disallowing requests (claiming to be) from localhost + +* stagger cleaning tasks? + * aquatic_ws * remove peer from all torrent maps when connection is closed * store `Vec` in ConnectionReference, containing all used @@ -45,7 +47,6 @@ * aquatic_udp * what poll event capacity is actually needed? - * stagger connection cleaning intervals? * load test * move additional request sending to for each received response, maybe with probability 0.2