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
64452503e7
commit
201879c519
1 changed files with 3 additions and 5 deletions
8
TODO.md
8
TODO.md
|
|
@ -2,15 +2,13 @@
|
||||||
|
|
||||||
## High priority
|
## High priority
|
||||||
|
|
||||||
* aquatic_udp
|
|
||||||
* ConnectionValidator
|
|
||||||
* Is comparison really constant time?
|
|
||||||
* Document security aspects of 4-byte BLAKE3 XOR mode output?
|
|
||||||
|
|
||||||
## Medium priority
|
## Medium priority
|
||||||
|
|
||||||
* rename request workers to swarm workers
|
* 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
|
* 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue