[haiku-bugs] [Haiku] #11706: SO_NOSIGPIPE not implemented / defined

  • From: "puckipedia" <trac@xxxxxxxxxxxx>
  • Date: Mon, 05 Jan 2015 15:57:48 -0000

#11706: SO_NOSIGPIPE not implemented / defined
--------------------------+------------------------------
 Reporter:  puckipedia    |        Owner:  nobody
     Type:  enhancement   |       Status:  new
 Priority:  normal        |    Milestone:  R1
Component:  System/POSIX  |      Version:  R1/Development
 Keywords:                |   Blocked By:
 Blocking:                |  Has a Patch:  0
 Platform:  All           |
--------------------------+------------------------------
 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`.

--
Ticket URL: <https://dev.haiku-os.org/ticket/11706>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #11706: SO_NOSIGPIPE not implemented / defined - puckipedia