From 8c4d3e5cb98746cc92fd84c596e61e1a50bb5a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 12 Aug 2020 04:45:54 +0200 Subject: [PATCH] Update TODO --- TODO.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO.md b/TODO.md index 008d0cb..03c8fc2 100644 --- a/TODO.md +++ b/TODO.md @@ -12,13 +12,11 @@ and in opentracker (when closing connections immediately in tracker) * maybe check performance against other well-known implementations than opentracker (which hopefully do keep-alive) -* Don't send keepalive header, it is not necessary with HTTP/1.1 * try creating sockets with different ports (and also local ips if setting enabled), then converting them to mio tcp streams? (so that so_reuseport can distribute them to different workers) ## aquatic_http -* update tests for simd-json * test torrent transfer with real clients * test tls * scrape: does it work (serialization etc), and with multiple hashes? @@ -26,12 +24,10 @@ positive number. * compact=0 should result in error response * config: multiple request workers -* actually delete old benchmark ## aquatic_ws_load_test * too many responses received with aquatic_ws? * wt-tracker: why lots of responses with no (new) requests? -* offers_per_request or similar config var * count number of announce requests sent, total number of offers sent, and answers sent. compare these with responses received. same for scrape requests I suppose.