From 80c924d461b24911affec80efdce6f2c4760777d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 23 May 2020 17:16:44 +0200 Subject: [PATCH] Update TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 827a811..1c8da5a 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,7 @@ ## aquatic_udp * mio: set oneshot for epoll and kqueue? otherwise, stop reregistering? +* handle errors similarily to aquatic_ws, including errors in socket workers * 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.