[usocket-devel] Status of UDP on Windows?

Elliott Slaughter elliottslaughter at gmail.com
Mon Mar 22 20:16:57 UTC 2010


>
> 2010/3/21 Chun Tian (binghe) <binghe.lisp at gmail.com>
>
>>
>> On Windows, there's no "select()" UNIX system call, so we have to use
>> "WSAEventSelect" instead.
>
>
What about this?

http://msdn.microsoft.com/en-us/library/ms740141(VS.85).aspx

Looks rather like unix's select to me...

That said, sbcl/win32 doesn't have sb-unix, so it may not be possible to
call this function without some custom FFI hacking, but it shouldn't be too
bad.

-- 
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to predict
the future is to invent it." - Alan Kay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/usocket-devel/attachments/20100322/953999d8/attachment.html>


More information about the usocket-devel mailing list