mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
Update TODO
This commit is contained in:
parent
69a22db973
commit
cad74df689
1 changed files with 12 additions and 6 deletions
18
TODO.md
18
TODO.md
|
|
@ -2,16 +2,15 @@
|
||||||
|
|
||||||
## High priority
|
## High priority
|
||||||
|
|
||||||
* aquatic_http_private
|
* aquatic_udp
|
||||||
* Consider not setting Content-type: text/plain for responses and send vec as default octet stream instead
|
* ConnectionValidator
|
||||||
* stored procedure
|
* Is comparison really constant time?
|
||||||
* test ip format
|
* Document security aspects of 4-byte BLAKE3 XOR mode output?
|
||||||
* check user token length
|
|
||||||
* site will likely want num_seeders and num_leechers for all torrents..
|
|
||||||
|
|
||||||
## Medium priority
|
## Medium priority
|
||||||
|
|
||||||
* rename request workers to swarm workers
|
* rename request workers to swarm workers
|
||||||
|
|
||||||
* quit whole program if any thread panics
|
* quit whole program if any thread panics
|
||||||
* But it would be nice not to panic in workers, but to return errors instead.
|
* But it would be nice not to panic in workers, but to return errors instead.
|
||||||
Once JoinHandle::is_finished is available in stable Rust (#90470), an
|
Once JoinHandle::is_finished is available in stable Rust (#90470), an
|
||||||
|
|
@ -29,6 +28,13 @@
|
||||||
* SinkExt::send maybe doesn't wake up properly?
|
* SinkExt::send maybe doesn't wake up properly?
|
||||||
* related to https://github.com/sdroege/async-tungstenite/blob/master/src/compat.rs#L18 ?
|
* related to https://github.com/sdroege/async-tungstenite/blob/master/src/compat.rs#L18 ?
|
||||||
|
|
||||||
|
* aquatic_http_private
|
||||||
|
* Consider not setting Content-type: text/plain for responses and send vec as default octet stream instead
|
||||||
|
* stored procedure
|
||||||
|
* test ip format
|
||||||
|
* check user token length
|
||||||
|
* site will likely want num_seeders and num_leechers for all torrents..
|
||||||
|
|
||||||
* extract_response_peers
|
* extract_response_peers
|
||||||
* don't assume requesting peer is in list?
|
* don't assume requesting peer is in list?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue