qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] VLAN and Tap for win32


From: Kazu
Subject: Re: [Qemu-devel] [PATCH] VLAN and Tap for win32
Date: Tue, 16 May 2006 18:31:00 +0900

Sent: Monday, May 15, 2006 11:03 PM Kazu wrote:

>
> I heard that WSAWaitForMultipleEvents is the same as
WaitForMultipleObjects
> in winsock 2 mailing list. I used it.
> I think supressing polling means using win32 thread. Is it OK? I will try
to
> use threads.
>
> http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060515-tap.patch
>

WSAWaitForMultipleEvents needs WSAStartup. WaitForMultipleObjects can wait
for network events. WaitForMultipleObjects is better.

http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060516-tap.patch

Regards,
Kazu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]