Update TODO

This commit is contained in:
Joakim Frostegård 2022-08-01 15:14:34 +02:00
parent 22c85f2d9f
commit a399629b69

View file

@ -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