From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTPGT-00038w-RC for qemu-devel@nongnu.org; Tue, 21 Jul 2009 20:00:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTPGP-00038g-Eg for qemu-devel@nongnu.org; Tue, 21 Jul 2009 20:00:57 -0400 Received: from [199.232.76.173] (port=56697 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTPGP-00038d-BT for qemu-devel@nongnu.org; Tue, 21 Jul 2009 20:00:53 -0400 Received: from mail2.shareable.org ([80.68.89.115]:56267) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MTPGO-0001yd-Tf for qemu-devel@nongnu.org; Tue, 21 Jul 2009 20:00:53 -0400 Date: Wed, 22 Jul 2009 01:00:50 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH] Make tcp_chr_read() use recvmsg() Message-ID: <20090722000050.GB32387@shareable.org> References: <1248194411.7126.17.camel@blaa> <1248195188-13729-1-git-send-email-markmc@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Mark McLoughlin , qemu-devel@nongnu.org Blue Swirl wrote: > On Tue, Jul 21, 2009 at 7:53 PM, Mark McLoughlin wrote: > > Signed-off-by: Mark McLoughlin > > A quick grep with mingw32 headers didn't find recvmsg. It's not surprising. Win32 sockets (Winsock) don't have recvmsg, and don't support SCM_RIGHTS. Or even unix domain sockets :-) File descriptors are passed in a different way on Win32. -- Jamie