Update TODO

This commit is contained in:
Joakim Frostegård 2022-09-20 21:50:04 +02:00
parent e6c7b2d23a
commit 3e4bcf022e

View file

@ -2,11 +2,13 @@
## High priority ## High priority
* Only return peers when AnnounceEvent != Stopped
* Do new udp load test round
* Release new version
## Medium priority ## Medium priority
* Consider replacing unmaintained indexmap-amortized with plain indexmap * Consider replacing unmaintained indexmap-amortized with plain indexmap
* udp: use regular indexmap for peers and possibly inline variant with few peers
* Run cargo-fuzz on protocol crates * Run cargo-fuzz on protocol crates
* quit whole program if any thread panics * quit whole program if any thread panics