When listening on a socket, I would ideally like to limit the backlog to zero, i.e. listen( socket, 0 ); However, based on the following post, listen() ignores the backlog argument?, this wouldn't work. Is there any way I can reliably achieve a backlog of 0?

{{#tags}}- {{label}}
{{/tags}}