mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 06:06:33 +00:00
Replaced SIGUSR1 with socketpair for synchronization between parent and child processes on RECVFROM type addresses
This commit is contained in:
parent
a0e17a813a
commit
02483ff39e
12 changed files with 269 additions and 257 deletions
|
@ -363,7 +363,7 @@ static xiofile_t *xioallocfd(void) {
|
|||
#endif /* WITH_RETRY */
|
||||
/* fd->common.ignoreeof = false; */
|
||||
/* fd->common.eof = 0; */
|
||||
|
||||
fd->stream.triggerfd = -1;
|
||||
fd->stream.fd = -1;
|
||||
fd->stream.dtype = XIODATA_STREAM;
|
||||
#if _WITH_SOCKET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue