ctl: increase listen backlog to 5
When a control client reaches its timeout or is interrupted, the connection isn't closed by the server immediately. So another connection attempts can be forbiden with the error "OS lacked necessary resources". By increasing the listen backlog such a situation is less probable to happen.
Please register or sign in to comment