mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +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
|
## High priority
|
||||||
|
|
||||||
* udp: add option for disallowing connect requests with localhost as sender
|
* udp: add IP blocklist, which would be more flexible than just adding option
|
||||||
* udp: add response buffering on send failure with configuration size
|
for disallowing requests (claiming to be) from localhost
|
||||||
|
* udp: add response buffering on send failure with configurable size
|
||||||
|
|
||||||
## 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