From deac3898ef1e16b8523dfc1b2987c8db885506b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 26 Nov 2021 16:08:23 +0100 Subject: [PATCH] Update TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 98be979..0ebc8e5 100644 --- a/TODO.md +++ b/TODO.md @@ -17,6 +17,8 @@ * cargo-deny * aquatic_udp + * don't constantly recreate access list cache + * request worker: use `ValidUntil::new_with_now` * look at proper cpu pinning (check that one thread gets bound per core) * then consider so_attach_reuseport_cbpf * what poll event capacity is actually needed?