Closed
Description
In the TCPListener implementation, listen backlog is hardcoded to 128 (here).
It would be usefull to make it parametrized when binding the socket, for specific usages for example :
- Limit number of connection to the backlog
- Handle more than 128 or a specific number of connections.
What do you think about ?