Penguin

Differences between version 6 and predecessor to the previous major change of SIGPIPE.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Tuesday, October 12, 2004 12:56:11 am by PerryLorier Revert
Older page: version 5 Last edited on Monday, October 11, 2004 11:03:30 am by JohnMcPherson Revert
@@ -15,5 +15,5 @@
  +++ killed by SIGPIPE +++ 
 
  
  
-If you get this message when writing to a socket, it can be avoided by passing [MSG_NOSIGNAL] as a flag to send().  
+If you get this message when writing to a socket, it can be avoided by passing [MSG_NOSIGNAL] as a flag to send() or ignoring the signal by using signal(SIGPIPE,SIG_IGN);