From f14ab8e3516bcea4207519d9e83801b832b75105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 29 Nov 2021 11:04:52 +0100 Subject: [PATCH] Update TODO --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 05b380d..6e04db2 100644 --- a/TODO.md +++ b/TODO.md @@ -17,12 +17,13 @@ * cargo-deny * aquatic_udp - * consider bounded channels with size 0 meaning unbounded - * check config field and group names, including in load tester * 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? * stagger connection cleaning intervals? + * load test + * move additional request sending to for each received response, maybe + with probability 0.2 * aquatic_http: * clean out connections regularly