mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
eba72dac63
commit
b06c12e9a5
1 changed files with 5 additions and 4 deletions
9
TODO.md
9
TODO.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue