aquatic_ws: add setting Config.ipv6_only

This commit is contained in:
Joakim Frostegård 2020-05-23 15:40:56 +02:00
parent 416d61a2b2
commit d4bcc14c82
4 changed files with 15 additions and 4 deletions

View file

@ -3,7 +3,7 @@
## aquatic_ws
* network
* send/recv buffer size config
* ipv6_only setting
* tcp backlog setting
* 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