Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*asymmetry\s+with\s+MSG_DONTWAIT\s+in\s+sendmsg\(\)\s+and\s+recvmsg\(\)\s*$/: 20 ]

Total 20 documents matching your query.

1. asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: <herbert@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 07 Jul 2004 09:42:06 -0400
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
/archives/netdev/2004-07/msg00204.html (8,371 bytes)

2. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: xxxxxxxxxxxxxxxxxx>
Date: Thu, 8 Jul 2004 10:34:11 +0200 (MEST)
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.
/archives/netdev/2004-07/msg00255.html (8,905 bytes)

3. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author:
Date: Thu, 08 Jul 2004 12:21:35 -0400
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
/archives/netdev/2004-07/msg00259.html (8,997 bytes)

4. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: Miller" <davem@xxxxxxxxxx>
Date: Thu, 8 Jul 2004 18:27:03 +0200
Nobody ever added it? Just send a patch to aeb@xxxxxx -Andi
/archives/netdev/2004-07/msg00260.html (8,984 bytes)

5. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: xxxx>
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
/archives/netdev/2004-07/msg00262.html (10,779 bytes)

6. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: on <gandalf@xxxxxxxxxxxxxx>
Date: Thu, 8 Jul 2004 19:07:05 +0200
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
/archives/netdev/2004-07/msg00263.html (10,936 bytes)

7. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: <cfriesen@xxxxxxxxxxxxxxxxxx>
Date: Thu, 08 Jul 2004 10:25:45 -0700
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
/archives/netdev/2004-07/msg00264.html (9,487 bytes)

8. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: vedita Singhvi <niv@xxxxxxxxxx>
Date: Thu, 08 Jul 2004 14:33:19 -0400
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
/archives/netdev/2004-07/msg00266.html (10,627 bytes)

9. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: inger <shemminger@xxxxxxxx>
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
/archives/netdev/2004-07/msg00267.html (9,407 bytes)

10. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: >
Date: Thu, 8 Jul 2004 21:05:31 +0200
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
/archives/netdev/2004-07/msg00270.html (9,973 bytes)

11. asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
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
/archives/netdev/2004-07/msg01020.html (8,263 bytes)

12. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: "Michael T Kerrisk" <mtk-lists@xxxxxxx>
Date: Thu, 8 Jul 2004 10:34:11 +0200 (MEST)
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.
/archives/netdev/2004-07/msg01071.html (8,944 bytes)

13. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
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
/archives/netdev/2004-07/msg01075.html (9,094 bytes)

14. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: Andi Kleen <ak@xxxxxxx>
Date: Thu, 8 Jul 2004 18:27:03 +0200
Nobody ever added it? Just send a patch to aeb@xxxxxx -Andi
/archives/netdev/2004-07/msg01076.html (9,055 bytes)

15. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
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
/archives/netdev/2004-07/msg01078.html (10,940 bytes)

16. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: Andries Brouwer <Andries.Brouwer@xxxxxx>
Date: Thu, 8 Jul 2004 19:07:05 +0200
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
/archives/netdev/2004-07/msg01079.html (11,006 bytes)

17. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Thu, 08 Jul 2004 10:25:45 -0700
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
/archives/netdev/2004-07/msg01080.html (9,489 bytes)

18. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
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
/archives/netdev/2004-07/msg01082.html (10,821 bytes)

19. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
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
/archives/netdev/2004-07/msg01083.html (9,439 bytes)

20. Re: asymmetry with MSG_DONTWAIT in sendmsg() and recvmsg() (score: 1)
Author: Andries Brouwer <Andries.Brouwer@xxxxxx>
Date: Thu, 8 Jul 2004 21:05:31 +0200
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
/archives/netdev/2004-07/msg01086.html (10,065 bytes)


This search system is powered by Namazu