aquatic_ws: add simple_logger for debugging, need better solution

This commit is contained in:
Joakim Frostegård 2020-05-23 14:53:29 +02:00
parent 23e0e0bcd0
commit 7430c23ccc
4 changed files with 36 additions and 1 deletions

View file

@ -4,11 +4,11 @@
* ipv4 / ipv6 split state?
* network
* send/recv buffer size config
* limit ws message sizes?
* is it even necessary to check if event is readable in poll, since that
is all we're listening for?
* panic/error in workers: print error, exit program with non-zero exit code
* privdrop
* add sensible logging method
## aquatic_udp
* mio: set oneshot for epoll and kqueue? otherwise, stop reregistering?