Update TODO

This commit is contained in:
Joakim Frostegård 2022-04-15 23:59:18 +02:00
parent 64452503e7
commit 201879c519

View file

@ -2,15 +2,13 @@
## High priority
* aquatic_udp
* ConnectionValidator
* Is comparison really constant time?
* Document security aspects of 4-byte BLAKE3 XOR mode output?
## Medium priority
* rename request workers to swarm workers
* save space by making ValidUntil just contain u32 with seconds, measured
some Instant created at application start
* quit whole program if any thread panics
* 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