From 4ab6b0af8226edf6eacc686701a0cfa329431b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 6 Aug 2022 14:56:00 +0200 Subject: [PATCH] Update TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index f9e3c35..7cb920b 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,8 @@ ## Medium priority * Consider replacing unmaintained indexmap-amortized with plain indexmap +* udp: use regular indexmap for peers and possibly inline variant with few peers + * Run cargo-fuzz on protocol crates * quit whole program if any thread panics