From 3e4bcf022e467231734c2a466f42cc2c8c4b9146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 20 Sep 2022 21:50:04 +0200 Subject: [PATCH] Update TODO --- TODO.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 7cb920b..7ed79f2 100644 --- a/TODO.md +++ b/TODO.md @@ -2,11 +2,13 @@ ## High priority +* Only return peers when AnnounceEvent != Stopped +* Do new udp load test round +* Release new version + ## 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