Update TODO

This commit is contained in:
Joakim Frostegård 2020-08-16 23:25:06 +02:00
parent 4e0fc68548
commit a2eff88bcb

View file

@ -1,8 +1,10 @@
# TODO # TODO
## General ## General
* extract response peers: extract "one extra" to compensate for removal * extract response peers: extract "one extra" to compensate for removal,
of sender if present in selection? of sender if present in selection? maybe make criterion benchmark,
optimize. consider rerunning udp benchmark, last change (filtering out
sender) might have had an adverse impact on performance.
* automatic tests running real clients in container? * automatic tests running real clients in container?
* https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action * https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action
* https://hub.docker.com/_/rust * https://hub.docker.com/_/rust
@ -21,7 +23,6 @@
can distribute them to different workers) can distribute them to different workers)
## aquatic_http ## aquatic_http
* clean_torrent_map doesn't update statistics..
* test torrent transfer with real clients * test torrent transfer with real clients
* test tls * test tls
* scrape: does it work (serialization etc), and with multiple hashes? * scrape: does it work (serialization etc), and with multiple hashes?