From 783c8c4bd9dfc758f966abb4e7afb2e1b9771109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 27 Jun 2022 22:26:35 +0200 Subject: [PATCH] Update TODO --- TODO.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index d56b2ce..57d6924 100644 --- a/TODO.md +++ b/TODO.md @@ -2,16 +2,13 @@ ## High priority -* udp: add option for disallowing connect requests with localhost as sender -* udp: add response buffering on send failure with configuration size +* udp: add IP blocklist, which would be more flexible than just adding option + for disallowing requests (claiming to be) from localhost +* udp: add response buffering on send failure with configurable size ## Medium priority * rename request workers to swarm workers - -* save space by making ValidUntil just contain u32 with seconds, measured - some Instant created at application start - * quit whole program if any thread panics * But it would be nice not to panic in workers, but to return errors instead. Once JoinHandle::is_finished is available in stable Rust (#90470), an