bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH v2] implement full-blown select(2) for winsock


From: Simon Josefsson
Subject: Re: [PATCH v2] implement full-blown select(2) for winsock
Date: Tue, 23 Sep 2008 17:03:13 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

Paolo Bonzini <address@hidden> 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




reply via email to

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