I have a SOCK_STREAM PF_UNIX socket with no special options enabled using The default with sendmsg() and recvmsg() is to block. With sndmsg(), I can use the MSG_DONTWAIT flag to enable non-blocking o
MSG_DONTWAIT should also work with recvmsg(). Cheers -- Michael Kerrisk mtk-lists@xxxxxxx "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.
Michael T Kerrisk wrote: MSG_DONTWAIT should also work with recvmsg(). Hmm... Just tried it with a DGRAM socket, and it seems to work. Any ideas why its not in the man pages? Chris
ideas Nobody ever added it? Just send a patch to aeb@xxxxxx Sending patch as suggested. Fundamentally, the delta is as follows, I've included an attachment with what I hope are the proper formatting
Can you find the man-pages-1.67 package and construct a concrete patch? (Don't know precisely what you want to do. The above gives a filename recv.man, which would be recv.2 in my sources. But there
Chris Friesen wrote: Michael T Kerrisk wrote: MSG_DONTWAIT should also work with recvmsg(). Hmm... Just tried it with a DGRAM socket, and it seems to work. Any ideas why its not in the man pages? Thi
Andries Brouwer wrote: Can you find the man-pages-1.67 package and construct a concrete patch? (Don't know precisely what you want to do. The above gives a filename recv.man, which would be recv.2 in
Think you are on an older version of the man pages. It's been there for a while. It's mentioned in the "msg_flags" section, which is set on call *return*. It's not mentioned in the "flags" section. P
Ah, that is how I am punished for neglecting to update these html pages :-) Will update them. I was confused by your MSG_NOSIGNAL, but indeed, that is still on that page, it was removed later. Have m
Author: Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx>
Date: Wed, 07 Jul 2004 09:42:06 -0400
I have a SOCK_STREAM PF_UNIX socket with no special options enabled using fcntl(). The default with sendmsg() and recvmsg() is to block. With sndmsg(), I can use the MSG_DONTWAIT flag to enable non-b
MSG_DONTWAIT should also work with recvmsg(). Cheers -- Michael Kerrisk mtk-lists@xxxxxxx "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.
Author: Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx>
Date: Thu, 08 Jul 2004 12:21:35 -0400
MSG_DONTWAIT should also work with recvmsg(). Hmm... Just tried it with a DGRAM socket, and it seems to work. Any ideas why its not in the man pages? Chris
Author: Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx>
Date: Thu, 08 Jul 2004 12:49:28 -0400
ideas Nobody ever added it? Just send a patch to aeb@xxxxxx Sending patch as suggested. Fundamentally, the delta is as follows, I've included an attachment with what I hope are the proper formatting
Can you find the man-pages-1.67 package and construct a concrete patch? (Don't know precisely what you want to do. The above gives a filename recv.man, which would be recv.2 in my sources. But there
MSG_DONTWAIT should also work with recvmsg(). Hmm... Just tried it with a DGRAM socket, and it seems to work. Any ideas why its not in the man pages? Think you are on an older version of the man pag
Author: Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx>
Date: Thu, 08 Jul 2004 14:33:19 -0400
(Don't know precisely what you want to do. The above gives a filename recv.man, which would be recv.2 in my sources. But there is no MSG_NOSIGNAL in recv.2, only in send.2. The fragment of text that
Author: Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx>
Date: Thu, 08 Jul 2004 14:34:36 -0400
Think you are on an older version of the man pages. It's been there for a while. It's mentioned in the "msg_flags" section, which is set on call *return*. It's not mentioned in the "flags" section. P
Ah, that is how I am punished for neglecting to update these html pages :-) Will update them. I was confused by your MSG_NOSIGNAL, but indeed, that is still on that page, it was removed later. Have m