From 897e2f748cdc67d877713f5f5a136866141ff092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 26 May 2020 19:24:04 +0200 Subject: [PATCH] Update TODO --- TODO.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 8a44116..ab7c245 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,7 @@ # TODO ## aquatic_ws +* tests * ipv4 and ipv6 state split: think about this more.. ## aquatic_udp @@ -29,7 +30,9 @@ * stack-allocated vectors for announce request offers and scrape request info hashes? * write new version of extract_response_peers which checks for equality with - peer sending request? + peer sending request? It could return an arrayvec or smallvec by the way + (but then the size needs to be adjusted together with the corresponding + config var, or the config var needs to be removed) ## aquatic_udp