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



_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to