mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 13:36:32 +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
|
@ -104,6 +104,7 @@ void childdied(int signum) {
|
|||
return;
|
||||
}
|
||||
/*! indent */
|
||||
if (num_child) num_child--;
|
||||
/* check if it was a registered child process */
|
||||
i = 0;
|
||||
while (i < XIO_MAXSOCK) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue