Update TODO

This commit is contained in:
Joakim Frostegård 2021-11-02 12:08:37 +01:00
parent 98237c928f
commit 34ba70aee8

View file

@ -1,5 +1,9 @@
# TODO # TODO
* readme
* add avx2 env script to readme
* document privilige dropping, cpu pinning
* config: fail on unrecognized keys * config: fail on unrecognized keys
* access lists: * access lists:
@ -35,7 +39,8 @@
is stopped, which might lead to various issues. is stopped, which might lead to various issues.
* aquatic_ws * aquatic_ws
* add avx2 env script to readme * load test cpu pinning
* test with multiple socket and request workers
* should it send back error on message parse error, or does that * should it send back error on message parse error, or does that
just indicate that not enough data has been received yet? just indicate that not enough data has been received yet?