From 6d7ffd40ae849026025381b03d7bda80e6182c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 10 Feb 2024 11:53:44 +0100 Subject: [PATCH] Update TODO --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO.md b/TODO.md index 17a10ef..25bb6d7 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,13 @@ ## High priority +* udp + * fix cleaning + * fix statistics + * fix config + * consider ways of avoiding response peer allocations + * make ConnectionValidator faster by avoiding calling time functions so often + ## Medium priority * stagger cleaning tasks?