From b4b84659a7ca57aa77c13487456b3ea077a891a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 9 Nov 2021 12:14:50 +0100 Subject: [PATCH] Update TODO --- TODO.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index d6958c5..b910bca 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,5 @@ # TODO -* feature-gate cpu pinning on supported OS-es - * readme * document privilege dropping and cpu pinning * document access list log output levels and that it exits program @@ -14,9 +12,6 @@ * implement socket_recv_size and ipv6_only in glommio implementations * CI - * run build and check on multiple OSes - * Linux: all implementations - * FreeBSD, macOS (?): mio implementations * file transfer CI for all implementations * test access lists? * cargo-deny @@ -44,6 +39,9 @@ * consider better error type for request parsing, so that better error messages can be sent back (e.g., "full scrapes are not supported") +* http and ws load tests + * add config key 'connection_open_interval_ms', default to 1000 + ## Less important * extract response peers: extract "one extra" to compensate for removal,