Can 'recv' return EPIPE? - comp.unix.programmerDear All! May system call 'recv' return -1 and set errno to EPIPE? In what case? Perhaps when TCP RST received? Which standard allows this? ...
detecting disconnection with select() - comp.unix.programmer ...Can 'recv' return EPIPE? - comp.unix.programmer detecting disconnection with select() - comp.unix.programmer ... This will cause select() in the network thread to return ...
can not received broadcast message in linux 7.1 - comp.unix ...If I bind the address with INADDR_ANY, I can receive the broadcast message. ... Can 'recv' return EPIPE? - comp.unix.programmer Sending an EOF to a named pipe - comp.os ...
Thread-safe Queue on Win32 - comp.programming.threadsCan 'recv' return EPIPE? - comp.unix.programmer... while (1) pause(); return 0 ... isn't signal safe, so it ... Linux message queue (IPC) - comp.unix.programmer... for ...
Message queue sizing on Linux - comp.databases.ibm-db2Message queue sizing on Linux - comp.databases.ibm-db2 Message queue sizing on Linux - comp.databases.ibm-db2 Where do message queues, named pipes reside? - comp.unix ... ...
readline() with select() on STDIN - comp.unix.programmer ...Can 'recv' return EPIPE? - comp.unix.programmer readline() with select() on STDIN - comp.unix.programmer ... when you receive input from STDIN.
Freescale's Idea of Open Source JTAG - comp.arch.embedded ...Or it can also > receive commands in a more concise format via a pipe, serial port or a > tcp/ip socket ... Can 'recv' return EPIPE? - comp.unix.programmer Freescale's Idea ...
Understanding Send-Q and Recv-Q by netstat - comp.os.linux ...... 2880] E write(4, 0x954a758, 8192): Broken pipe ... SOL_SOCKET, SO_RCVBUF, &i, l)!=0) return -2; if ... The receive queue size may affect how fast the receive buffer can ...
How can I make all child processes die with the parent? - comp ...Is it sent when one end of the pipe dies ... to kill by the parent.. > getppid() will return 1 as soon as the process has been orphaned by the dying parent.
Interrupted system calls (socket read) , EINTR and SIGTERM - comp ...> If I receive the signal when middle of the read doing ... But I don't know if you are aware that read() can return ... write to socket broken pipe (32) - comp.unix ...
Can 'recv' return EPIPE? - comp.unix.programmer | Computer GroupDear All! May system call 'recv' return -1 and set errno to EPIPE? In what case? Perhaps when TCP RST received? Which standard allows this? ...
send(2): send message on socket - Linux man pageSee recv(2) and below for an exact description of its fields. struct msghdr ... Linux may return EPIPE instead of ENOTCONN. Example. An example of the use of sendto() is ...