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
22c85f2d9f
commit
a399629b69
1 changed files with 3 additions and 5 deletions
8
TODO.md
8
TODO.md
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
## High priority
|
## High priority
|
||||||
|
|
||||||
* ws
|
|
||||||
* add integration test for non-TLS configuration, maybe behind reverse proxy
|
|
||||||
|
|
||||||
## Medium priority
|
## Medium priority
|
||||||
|
|
||||||
|
* Consider replacing unmaintained indexmap-amortized with plain indexmap
|
||||||
|
* Run cargo-fuzz on protocol crates
|
||||||
|
|
||||||
* 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
|
||||||
|
|
@ -23,8 +23,6 @@
|
||||||
* stagger cleaning tasks?
|
* stagger cleaning tasks?
|
||||||
|
|
||||||
* aquatic_ws
|
* aquatic_ws
|
||||||
* Can peer IP address change after connection has been established
|
|
||||||
due to some kind of renegotition? It would cause issues.
|
|
||||||
* Add cleaning task for ConnectionHandle.announced_info_hashes?
|
* Add cleaning task for ConnectionHandle.announced_info_hashes?
|
||||||
* RES memory still high after traffic stops, even if torrent maps and connection slabs go down to 0 len and capacity
|
* RES memory still high after traffic stops, even if torrent maps and connection slabs go down to 0 len and capacity
|
||||||
* replacing indexmap_amortized / simd_json with equivalents doesn't help
|
* replacing indexmap_amortized / simd_json with equivalents doesn't help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue