mirror of
https://repo.or.cz/socat.git
synced 2025-07-06 21:16:34 +00:00
UNIX-CONNECT did not support half-close
This commit is contained in:
parent
2e385902c0
commit
e0d548df71
3 changed files with 43 additions and 16 deletions
|
@ -216,6 +216,8 @@ static int xioopen_unix_connect(int argc, const char *argv[], struct opt *opts,
|
|||
return STAT_NORETRY;
|
||||
}
|
||||
|
||||
xfd->howtoend = END_SHUTDOWN;
|
||||
|
||||
name = argv[1];
|
||||
retropt_socket_pf(opts, &pf);
|
||||
retropt_bool(opts, OPT_UNIX_TIGHTSOCKLEN, &tight);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue