From 081d4cca2666d5ad3f40430ad4f4e954e91fb257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 1 Aug 2020 06:48:44 +0200 Subject: [PATCH] Update TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 1c5701c..df8ef0a 100644 --- a/TODO.md +++ b/TODO.md @@ -25,6 +25,7 @@ * 'left' optional in magnet requests? Probably not. Transmission sends huge positive number. * compact=0 should result in error response +* config: multiple request workers * Connection.send_response: handle case when all bytes are not written: can write actually block here? And what action should be taken then? @@ -37,6 +38,7 @@ aquatic_http (including ip uniqueness part of peer map key) * tests * use enum as return type for handshake machine +* config: multiple request workers * optimize serialize_20_bytes (10% cpu utilization). deserialize_20_bytes doesn't seem to be that expensive (1-2% cpu)