mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 06:22:58 +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
|
@ -62,7 +62,8 @@ static int xioopen_gopen(
|
|||
Info1("\"%s\" is a socket, connecting to it", filename);
|
||||
|
||||
result =
|
||||
_xioopen_unix_client(sfd, xioflags, addrdesc->groups, 0, opts, filename);
|
||||
_xioopen_unix_client(sfd, xioflags, addrdesc->groups, 0, opts,
|
||||
filename, addrdesc);
|
||||
if (result < 0) {
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue