From: Mark Wooding Date: Wed, 2 Apr 2008 08:12:02 +0000 (+0100) Subject: socket: New option accept-count. X-Git-Tag: 1.3.5~1 X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/commitdiff_plain/64c6a21468179964f2f2dc536f981752009791fc?hp=64c6a21468179964f2f2dc536f981752009791fc socket: New option accept-count. Simply: how many times we call accept in the loop. This doesn't have as much affect as I'd hoped, but maybe there's some big performance sink somewhere. Suggested by Robin Bryce (thanks). ---