From 34ba70aee862f50f3a87b69731eb2925e92cd068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 2 Nov 2021 12:08:37 +0100 Subject: [PATCH] Update TODO --- TODO.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index a6b7bab..cd63abb 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,9 @@ # TODO +* readme + * add avx2 env script to readme + * document privilige dropping, cpu pinning + * config: fail on unrecognized keys * access lists: @@ -35,7 +39,8 @@ is stopped, which might lead to various issues. * aquatic_ws - * add avx2 env script to readme + * load test cpu pinning + * test with multiple socket and request workers * should it send back error on message parse error, or does that just indicate that not enough data has been received yet?