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
ee13f6d168
commit
783c8c4bd9
1 changed files with 3 additions and 6 deletions
9
TODO.md
9
TODO.md
|
|
@ -2,16 +2,13 @@
|
|||
|
||||
## High priority
|
||||
|
||||
* udp: add option for disallowing connect requests with localhost as sender
|
||||
* udp: add response buffering on send failure with configuration size
|
||||
* udp: add IP blocklist, which would be more flexible than just adding option
|
||||
for disallowing requests (claiming to be) from localhost
|
||||
* udp: add response buffering on send failure with configurable size
|
||||
|
||||
## 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue