From 6b881af20db6805e4af0e075c05e27d27ba5a74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 25 May 2020 18:44:11 +0200 Subject: [PATCH] Update TODO --- TODO.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 23f5664..93d723e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,8 @@ # TODO -## General -* net2 is deprecated, so transition to socket2 instead - ## aquatic_ws * ipv4 and ipv6 state split: think about this more.. +* set debug level for various outputs ## aquatic_udp * mio: set oneshot for epoll and kqueue? otherwise, stop reregistering? @@ -14,6 +12,9 @@ use of Ipv4 ones, I have to check. * More tests? +## aquatic_udp_bench +* move plot_pareto to own crate + ## bittorrent_udp * Tests with good known byte sequences (requests and responses)