Opened 10 years ago
#11706 new enhancement
SO_NOSIGPIPE not implemented / defined
Reported by: | puckipedia | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
SO_NOSIGPIPE prevents read
or write
from sending a SIGPIPE signal if the other side of the socket / pipe isn't connected, and instead will return EPIPE. This can be used for better usage of blocking read
/write
.
Note:
See TracTickets
for help on using tickets.