From ddef44fb9194bec250983288a3bb3396cd012faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 11 May 2020 16:20:20 +0200 Subject: [PATCH] Update TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 3b86386..a7bf084 100644 --- a/TODO.md +++ b/TODO.md @@ -4,9 +4,11 @@ * check protocol todo's etc * network * open socket with so_reuseport and nonblocking + * handshake: deregister stream when applicable * test * torrent state cleaning * config +* limit number of info hashes allowed in scrape requests ## aquatic * mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?