From: Andries Brouwer <Andries.Brouwer@cwi.nl>
To: Chris Friesen <cfriesen@nortelnetworks.com>
Cc: Andries.Brouwer@cwi.nl, Andi Kleen <ak@suse.de>,
Michael T Kerrisk <mtk-lists@gmx.net>,
netdev@oss.sgi.com
Subject: Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg()
Date: Thu, 8 Jul 2004 19:07:05 +0200 [thread overview]
Message-ID: <20040708170705.GA6895@apps.cwi.nl> (raw)
In-Reply-To: <40ED7B18.800@nortelnetworks.com>
On Thu, Jul 08, 2004 at 12:49:28PM -0400, Chris Friesen wrote:
> > > why its not in the man pages?
> >
> >Nobody ever added it? Just send a patch to aeb@cwi.nl
>
> Sending patch as suggested. Fundamentally, the delta is as follows, I've
> included an attachment with what I hope are the proper formatting codes
> (copied from send(2)).
>
> --- recv.man 2004-07-08 15:43:17.000000000 -0400
> +++ recv2.man 2004-07-08 15:47:29.000000000 -0400
> @@ -67,6 +67,11 @@
> disconnect occurs, or the next data to be received is of a
> dif-
> ferent type than that returned.
>
> + MSG_DONTWAIT
> + Enables non-blocking operation; if the operation would
> block,
> + EAGAIN is returned (this can also be enabled using the
> O_NON-
> + BLOCK with the F_SETFL fcntl(2)).
> +
> MSG_NOSIGNAL
> This flag turns off raising of SIGPIPE on stream sockets
> when
> the other end disappears.
>
>
> Note also that there is a mention of MSG_DONTWAIT in the msg_flags field in
> the msghdr. It gives the impression that one can *set* that field to cause
> the non-blocking behaviour. My understanding is that the msg_flags field
> is a return value only. Perhaps that portion should be reworded as well.
>
> Chris
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 is no MSG_NOSIGNAL
in recv.2, only in send.2. The fragment of text that you give occurs
already in recv.2.)
Andries
next prev parent reply other threads:[~2004-07-08 17:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-07 13:42 asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() Chris Friesen
2004-07-08 8:34 ` Michael T Kerrisk
2004-07-08 16:21 ` Chris Friesen
2004-07-08 16:27 ` Andi Kleen
2004-07-08 16:49 ` Chris Friesen
2004-07-08 17:07 ` Andries Brouwer [this message]
2004-07-08 18:33 ` Chris Friesen
2004-07-08 19:05 ` Andries Brouwer
2004-07-08 17:25 ` Nivedita Singhvi
2004-07-08 18:34 ` Chris Friesen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040708170705.GA6895@apps.cwi.nl \
--to=andries.brouwer@cwi.nl \
--cc=ak@suse.de \
--cc=cfriesen@nortelnetworks.com \
--cc=mtk-lists@gmx.net \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).