Differences between version 2 and previous revision of MSG_NOSIGNAL.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Tuesday, November 18, 2003 8:32:58 am | by JohnMcPherson | Revert |
Older page: | version 1 | Last edited on Monday, November 17, 2003 11:39:06 pm | by DanielThompson | Revert |
@@ -1,3 +1,3 @@
-MSG_NOSIGNAL is a flags used by some implementations of the Berkley
sockets API.
+MSG_NOSIGNAL is a flags used by some implementations of the Berkeley
sockets [
API]
.
-This flag requests that the implementation does not to send a SIGPIPE signal on errors on stream oriented sockets when the other end breaks the connection. The EPIPE error is still returned as normal.
+This flag requests that the implementation does not to send a [
SIGPIPE]
signal on errors on stream oriented sockets when the other end breaks the connection. The [
EPIPE]
error is still returned as normal.