sendmsg/recvmsg file descriptor passing

2004-01-14 Thread David Rosenbloom
I am unable to get sendmsg and recvmsg to successfully pass open file descriptors between processes. I am using the Stevens APUE sample as a template, the 4.3BSD version, since that matches the msghdr struct in cygwin/socket.h. I notice a bunch of postings in the archive indicating (a) that file de

Re: sendmsg/recvmsg file descriptor passing

2004-01-15 Thread David Rosenbloom
- davidr On Thu, 15 Jan 2004, Brian Ford wrote: > On Thu, 15 Jan 2004, David Rosenbloom wrote: > > > I am unable to get sendmsg and recvmsg to successfully pass open file > > descriptors between processes. I am using the Stevens APUE sample as a template, > > the 4.3B