From f614bab03da5bc0913e70d4ad79aebd2defd55f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 11 May 2020 16:30:12 +0200 Subject: [PATCH] update TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index a7bf084..ac0acda 100644 --- a/TODO.md +++ b/TODO.md @@ -5,10 +5,12 @@ * network * open socket with so_reuseport and nonblocking * handshake: deregister stream when applicable + * connection cleaning: shrink to fit * test * torrent state cleaning * config * limit number of info hashes allowed in scrape requests +* cli, mimalloc ## aquatic * mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?