mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 14:43:24 +00:00
New option bind-tempname for parallel UNIX domain SENDTO clients
This commit is contained in:
parent
8641344c73
commit
b2914a0cf3
17 changed files with 551 additions and 86 deletions
|
@ -859,7 +859,8 @@ enum e_optcode {
|
|||
OPT_TUN_NAME, /* tun: tun0 */
|
||||
OPT_TUN_TYPE, /* tun: tun|tap */
|
||||
OPT_UMASK,
|
||||
OPT_UNIX_TIGHTSOCKLEN, /* UNIX domain sockets */
|
||||
OPT_UNIX_BIND_TEMPNAME, /* UNIX domain sockets */
|
||||
OPT_UNIX_TIGHTSOCKLEN,
|
||||
OPT_UNLINK,
|
||||
OPT_UNLINK_CLOSE,
|
||||
OPT_UNLINK_EARLY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue