mirror of
https://repo.or.cz/socat.git
synced 2025-07-22 02:22:57 +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
9
CHANGES
9
CHANGES
|
@ -152,6 +152,15 @@ Features:
|
|||
afterwards.
|
||||
Tests: UMASK_ON_CREATE UMASK_ON_SYSTEM
|
||||
|
||||
Added option unix-bind-tempname (bind-tempname) to allow UNIX (and
|
||||
ABSTRACT) client addresses to bind to unique addresses even when
|
||||
invoked in forked off sub processes.
|
||||
Tests: UNIX_LISTEN_CONNECT_BIND_TEMPNAME UNIX_LISTEN_CLIENT_BIND_TEMPNAME
|
||||
UNIX_RECVFROM_CLIENT_BIND_TEMPNAME UNIX_RECVFROM_SENDTO_BIND_TEMPNAME
|
||||
ABSTRACT_LISTEN_CONNECT_BIND_TEMPNAME ABSTRACT_LISTEN_CLIENT_BIND_TEMPNAME
|
||||
ABSTRACT_RECVFROM_CLIENT_BIND_TEMPNAME ABSTRACT_RECVFROM_SENDTO_BIND_TEMPNAME
|
||||
Thanks to Kai Lüke for sending an initial patch.
|
||||
|
||||
Corrections:
|
||||
When a sub process (EXEC, SYSTEM) terminated with exit code other than
|
||||
0, its last sent data might have been lost depending on timing of read/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue