From 66dd92e575c1b8a2f7cd701eb76a9a0c82b04c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 20 Mar 2022 18:47:26 +0100 Subject: [PATCH] Update TODO --- TODO.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index 884dfec..9ee8f9a 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,6 @@ * newer glommio versions might use SIGUSR1 internally, see glommio fe33e30 * quit whole program if any thread panics -* implement socket_recv_size and ipv6_only in glommio implementations * config: fail on unrecognized keys? * Run cargo-deny in CI @@ -20,12 +19,10 @@ * handle panicked/cancelled tasks? * aquatic_ws - * remove mio implementation when glommio issues fixed - * glommio - * 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 - * SinkExt::send maybe doesn't wake up properly? - * related to https://github.com/sdroege/async-tungstenite/blob/master/src/compat.rs#L18 ? + * 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 + * SinkExt::send maybe doesn't wake up properly? + * related to https://github.com/sdroege/async-tungstenite/blob/master/src/compat.rs#L18 ? * extract_response_peers * don't assume requesting peer is in list?