From dcfc1c985405ae10532eeb7645f540054d2faf56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 8 May 2020 21:33:02 +0200 Subject: [PATCH] Update TODO --- TODO.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 3471eeb..3b86386 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,12 @@ # TODO ## aquatic_ws -* handler +* check protocol todo's etc +* network + * open socket with so_reuseport and nonblocking * test +* torrent state cleaning +* config ## aquatic * mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?