mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 15:43:24 +00:00
New feature POSIX message queues (MQ)
This commit is contained in:
parent
e1aadc577d
commit
7d6295114b
21 changed files with 876 additions and 14 deletions
|
@ -991,6 +991,9 @@ const struct optname optionnames[] = {
|
|||
IF_OPENSSL("min-version", &opt_openssl_min_proto_version)
|
||||
#endif
|
||||
IF_ANY ("mode", &opt_perm)
|
||||
#if WITH_POSIXMQ
|
||||
IF_ANY ("mq-prio", &opt_posixmq_priority)
|
||||
#endif
|
||||
#ifdef TCP_MAXSEG
|
||||
IF_TCP ("mss", &opt_tcp_maxseg)
|
||||
IF_TCP ("mss-late", &opt_tcp_maxseg_late)
|
||||
|
@ -1295,6 +1298,9 @@ const struct optname optionnames[] = {
|
|||
#ifdef IFF_PORTSEL
|
||||
IF_INTERFACE("portsel", &opt_iff_portsel)
|
||||
#endif
|
||||
#if WITH_POSIXMQ
|
||||
IF_ANY ("posixmq-priority", &opt_posixmq_priority)
|
||||
#endif
|
||||
#if HAVE_RESOLV_H && WITH_RES_PRIMARY
|
||||
IF_IP ("primary", &opt_res_primary)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue