From 201879c519154f0615b225ef186846c27930bb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 15 Apr 2022 23:59:18 +0200 Subject: [PATCH] Update TODO --- TODO.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 946bd44..7c165ca 100644 --- a/TODO.md +++ b/TODO.md @@ -2,15 +2,13 @@ ## High priority -* aquatic_udp - * ConnectionValidator - * Is comparison really constant time? - * Document security aspects of 4-byte BLAKE3 XOR mode output? - ## 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