From 63c03a95d5c9848c048bf45c3ee6e07bdc0d5b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 19 Oct 2021 02:26:54 +0200 Subject: [PATCH] Update TODO --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO.md b/TODO.md index ea65cc2..2a5d962 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,15 @@ # TODO +* aquatic_udp glommio + * use fairer stream receiver scheduling than StreamExt::or, like running a + task for each stream - but then what about access to the TorrentMaps? + * update access lists + * clean connections + * clean torrents (using access list) + * update peer valid until + * privdrop + * a lot of "common code" is only used in mio implementation + * access lists: * use arc-swap Cache * add CI tests