Re: [PATCH]: Revert accept queue backlog change.

2007-03-07 Thread Jarek Poplawski
On 06-03-2007 20:19, David Miller wrote: Wei, I have to revert your change, it is incorrect as pointed out by other people here on netdev. BSD sockets basically define the 'backlog' parameter to listen() to mean allow backlog + 1 connections to be queued to the socket. This allows a backlog

[PATCH]: Revert accept queue backlog change.

2007-03-06 Thread David Miller
Wei, I have to revert your change, it is incorrect as pointed out by other people here on netdev. BSD sockets basically define the 'backlog' parameter to listen() to mean allow backlog + 1 connections to be queued to the socket. This allows a backlog parameter of 0 to allow 1 connection, and