Update TODO

This commit is contained in:
Joakim Frostegård 2022-07-05 11:38:50 +02:00
parent eba72dac63
commit b06c12e9a5

View file

@ -2,9 +2,6 @@
## High priority ## High priority
* udp: add IP blocklist, which would be more flexible than just adding option
for disallowing requests (claiming to be) from localhost
## Medium priority ## Medium priority
* quit whole program if any thread panics * quit whole program if any thread panics
@ -17,6 +14,11 @@
* Run cargo-deny in CI * Run cargo-deny in CI
* udp: add IP blocklist, which would be more flexible than just adding option
for disallowing requests (claiming to be) from localhost
* stagger cleaning tasks?
* aquatic_ws * aquatic_ws
* remove peer from all torrent maps when connection is closed * remove peer from all torrent maps when connection is closed
* store `Vec<InfoHash>` in ConnectionReference, containing all used * store `Vec<InfoHash>` in ConnectionReference, containing all used
@ -45,7 +47,6 @@
* aquatic_udp * aquatic_udp
* what poll event capacity is actually needed? * what poll event capacity is actually needed?
* stagger connection cleaning intervals?
* load test * load test
* move additional request sending to for each received response, maybe * move additional request sending to for each received response, maybe
with probability 0.2 with probability 0.2