From a399629b697ed5724a4f26012263367c779f869a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 1 Aug 2022 15:14:34 +0200 Subject: [PATCH] Update TODO --- TODO.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 1cc19ae..f9e3c35 100644 --- a/TODO.md +++ b/TODO.md @@ -2,11 +2,11 @@ ## High priority -* ws - * add integration test for non-TLS configuration, maybe behind reverse proxy - ## Medium priority +* Consider replacing unmaintained indexmap-amortized with plain indexmap +* Run cargo-fuzz on protocol crates + * 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 @@ -23,8 +23,6 @@ * stagger cleaning tasks? * aquatic_ws - * Can peer IP address change after connection has been established - due to some kind of renegotition? It would cause issues. * Add cleaning task for ConnectionHandle.announced_info_hashes? * RES memory still high after traffic stops, even if torrent maps and connection slabs go down to 0 len and capacity * replacing indexmap_amortized / simd_json with equivalents doesn't help