From 61841fffc397eb4ffa25c90b96d305f7fda58dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 19 Apr 2020 12:06:06 +0200 Subject: [PATCH] Update TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index ce73cf0..e09a08d 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,7 @@ ## aquatic * mio: set oneshot for epoll and kqueue? +* Actually improving performance with more threads seems not to work too well * Handle Ipv4 and Ipv6 peers. Probably split torrent state. Ipv4 peers can't make use of Ipv6 ones. Ipv6 ones may or may note be able to make use of Ipv4 ones, I have to check.