mirror of
https://repo.or.cz/socat.git
synced 2025-07-26 04:02:56 +00:00
new option max-children that limits the number of concurrent child processes
This commit is contained in:
parent
6cefd1941e
commit
02f3b29ab6
10 changed files with 99 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* source: xio-listen.h */
|
||||
/* Copyright Gerhard Rieger 2001-2006 */
|
||||
/* Copyright Gerhard Rieger 2001-2011 */
|
||||
/* Published under the GNU General Public License V.2, see file COPYING */
|
||||
|
||||
#ifndef __xio_listen_h_included
|
||||
|
@ -7,6 +7,7 @@
|
|||
|
||||
extern const struct optdesc opt_backlog;
|
||||
extern const struct optdesc opt_fork;
|
||||
extern const struct optdesc opt_max_children;
|
||||
extern const struct optdesc opt_range;
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue