Paolo Bonzini <[EMAIL PROTECTED]> writes: > This revised patch includes the select(2) wrapper in sys_select, > not sys_socket. This makes sense given the very purpose of the > wrapper -- which is to let the client use select for other descriptor > types than socket handles.
Btw, if you didn't like your code here, what do you think of the code I've been using in GnuTLS so far? See: http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=blob;f=src/select.c;hb=HEAD I'm not a win32 expert so I cannot compare these implementations. Is there any obvious difference in capability? Personally I'd be happy to replace the hack I've been using with your implementation, but if there is anything to keep in mind before doing that, it would be useful to know. /Simon