From 5523c87634da3dee92795cfbe686d5974e3fc80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 3 Aug 2020 00:23:25 +0200 Subject: [PATCH] Update TODO --- TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index d0fc9d7..68a368e 100644 --- a/TODO.md +++ b/TODO.md @@ -11,8 +11,6 @@ enabled), then converting them to mio tcp streams * really break and remove connection when reading 0 bytes? * find out how to fully load opentracker -* only half the number of requests are sent back as responses in opentracker - and in aquatic when keep_alive is set to false, why? * Don't send keepalive header, it is not necessary with HTTP/1.1? (But opentracker might want it) @@ -54,7 +52,9 @@ # Not important ## General -* mio oneshot setting: could it be beneficial? +* mio oneshot setting: could it be beneficial? I think not, I think it is + only useful when there are multiple references to a fd, which shouldn't + be the case? * peer extractor: extract one extra, remove peer if same as sender, otherwise just remove one?