mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 23:53:25 +00:00
Added options posixmq-maxmsg and posixmq-msgsize
This commit is contained in:
parent
663a6bb012
commit
25d2f746d9
7 changed files with 79 additions and 10 deletions
|
@ -483,6 +483,8 @@ enum e_optcode {
|
|||
OPT_MAX_CHILDREN,
|
||||
#if WITH_POSIXMQ
|
||||
OPT_POSIXMQ_FLUSH,
|
||||
OPT_POSIXMQ_MAXMSG,
|
||||
OPT_POSIXMQ_MSGSIZE,
|
||||
OPT_POSIXMQ_PRIORITY,
|
||||
#endif
|
||||
#ifdef NLDLY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue