commit | 64a146513f8f12ba204b7bf5cb7e9505594ead42 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Mar 06 11:21:05 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Mar 06 11:21:05 2007 -0800 |
tree | 849f875501ac6f08cf309c5b13cf21ed687974e2 | |
parent | 187f5f84ef14a07dccf5f4503099708d60f6a724 [diff] |
[NET]: Revert incorrect accept queue backlog changes. This reverts two changes: 8488df894d05d6fa41c2bd298c335f944bb0e401 248f06726e866942b3d8ca8f411f9067713b7ff8 A backlog value of N really does mean allow "N + 1" connections to queue to a listening socket. This allows one to specify "0" as the backlog and still get 1 connection. Noticed by Gerrit Renker and Rick Jones. Signed-off-by: David S. Miller <davem@davemloft.net>