Re: sendmsg, descriptors and no content

2006-10-31 Thread bert hubert
On Tue, Oct 31, 2006 at 11:01:01PM +0100, [EMAIL PROTECTED] wrote: > When I use sendmsg to send descriptors from one process to another using > unix-sockets I need to include at least one byte of normal data for the > descriptors to be send (using the iovec structure). The same code worked W. R. S

sendmsg, descriptors and no content

2006-10-31 Thread netdev
Hi, When I use sendmsg to send descriptors from one process to another using unix-sockets I need to include at least one byte of normal data for the descriptors to be send (using the iovec structure). The same code worked fine on openbsd (ie. filedescriptors could be send without normal data). If