aquatic_ws: add setting for using tls; update TODO

This commit is contained in:
Joakim Frostegård 2020-05-13 16:43:23 +02:00
parent 300aa85cbb
commit 6d06a43db8
5 changed files with 10 additions and 12 deletions

View file

@ -2,10 +2,8 @@
## aquatic_ws
* network
* actually run tls. maybe add config fields for number of tls and non-tls
workers, then run that amount of each. or add tls section to config, with
bool key use_tls and the tls cert things, then use that for all workers
* test tls!
* handle tls certificate parse errors etc better
* send/recv buffer size config
* limit ws message sizes?
* test