mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Update TODO
This commit is contained in:
parent
293b5f1125
commit
9062baef81
1 changed files with 7 additions and 3 deletions
10
TODO.md
10
TODO.md
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
## General
|
## General
|
||||||
|
|
||||||
* init logging in cli helper crate?
|
* init logging in cli helper crate? kind of tricky, requires cli helper
|
||||||
|
knowledge of config, such as config implementing a trait to get log
|
||||||
|
level
|
||||||
* automatic tests running real clients in container?
|
* automatic tests running real clients in container?
|
||||||
* peer extractor: extract one extra, remove peer if same as sender, otherwise
|
|
||||||
just remove one
|
|
||||||
|
|
||||||
## aquatic_http_load_test
|
## aquatic_http_load_test
|
||||||
|
|
||||||
|
|
@ -46,11 +46,15 @@
|
||||||
## aquatic_udp
|
## aquatic_udp
|
||||||
* handle errors similarily to aquatic_ws, including errors in socket workers
|
* handle errors similarily to aquatic_ws, including errors in socket workers
|
||||||
and using log crate
|
and using log crate
|
||||||
|
* use key from request as part of peer map key like in aquatic_http? need to
|
||||||
|
check protocol specification
|
||||||
|
|
||||||
# Not important
|
# Not important
|
||||||
|
|
||||||
## General
|
## General
|
||||||
* mio oneshot setting: could it be beneficial?
|
* mio oneshot setting: could it be beneficial?
|
||||||
|
* peer extractor: extract one extra, remove peer if same as sender, otherwise
|
||||||
|
just remove one?
|
||||||
|
|
||||||
## aquatic_http
|
## aquatic_http
|
||||||
* request parsing:
|
* request parsing:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue