From ec9376030497f66f2283f9933f2af9e40aa09d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 19 Apr 2020 10:39:52 +0200 Subject: [PATCH] Update TODO --- TODO.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index bc31200..ce73cf0 100644 --- a/TODO.md +++ b/TODO.md @@ -7,10 +7,6 @@ use of Ipv4 ones, I have to check. * More tests? -## aquatic_bench -* Generic bench function since current functions are almost identical -* Show percentile stats for peers per torrent - ## bittorrent_udp * Tests with good known byte sequences (requests and responses) @@ -38,6 +34,7 @@ * Save last results, check if difference is significant? * ProgressBar: `[{elapsed_precise}]` and eta_precise? * Test server over udp socket instead? +* Show percentile stats for peers per torrent ## bittorrent_udp * Avoid heap allocation in general if it can be avoided?