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
|
@ -854,6 +854,8 @@ const struct optname optionnames[] = {
|
|||
IF_ANY ("lseek64-set", &opt_lseek64_set)
|
||||
#endif
|
||||
IF_TUN ("master", &opt_iff_master)
|
||||
IF_LISTEN ("max-children", &opt_max_children)
|
||||
IF_LISTEN ("maxchildren", &opt_max_children)
|
||||
#ifdef TCP_MAXSEG
|
||||
IF_TCP ("maxseg", &opt_tcp_maxseg)
|
||||
IF_TCP ("maxseg-late", &opt_tcp_maxseg_late)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue