From: mdw Date: Fri, 22 Feb 2002 23:45:01 +0000 (+0000) Subject: Add option to change the listen(2) parameter. X-Git-Tag: 1.2.6~8 X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/commitdiff_plain/6f427571cdd33114313fa886333bfc74265d1b19 Add option to change the listen(2) parameter. --- diff --git a/fw.1 b/fw.1 index c36a6f1..3376b60 100644 --- a/fw.1 +++ b/fw.1 @@ -1,6 +1,6 @@ .\" -*-nroff-*- .\" -.\" $Id: fw.1,v 1.12 2001/02/23 09:11:29 mdw Exp $ +.\" $Id: fw.1,v 1.13 2002/02/22 23:45:01 mdw Exp $ .\" .\" Manual page for fw .\" @@ -28,6 +28,9 @@ .\" ---- Revision history --------------------------------------------------- .\" .\" $Log: fw.1,v $ +.\" Revision 1.13 2002/02/22 23:45:01 mdw +.\" Add option to change the listen(2) parameter. +.\" .\" Revision 1.12 2001/02/23 09:11:29 mdw .\" Update manual style. .\" @@ -991,6 +994,16 @@ the option is not recommended. .OE .OS "Socket options" +.B socket.listen +.RB [ = ] +.I number +.OD +Sets the maximum of the kernel incoming connection queue for this socket +source. This is the number given to the +.BR listen (2) +system call. The default is 5. +.OE +.OS "Socket options" .B socket.logging .RB [ = ] .BR yes | no @@ -1466,6 +1479,10 @@ exec .IR number | \c .BR unlimited | one-shot .br +.B socket.listen +.RB [ = ] +.I number +.br .B socket.logging .RB [ = ] .BR yes | no