[PATCH 1/2] server: Add mechanism to retrieve the connect time of a socket (resend 2, deferred, rebased).

Alexandre Julliard julliard at winehq.org
Tue Apr 10 12:58:28 CDT 2012


"Erich E. Hoover" <ehoover at mines.edu> writes:

> On Tue, Apr 10, 2012 at 6:46 AM, Alexandre Julliard <julliard at winehq.org> wrote:
>> "Erich E. Hoover" <ehoover at mines.edu> writes:
>> ...
>> > Changelog:
>> >     server: Add mechanism to retrieve the connect time of a socket.
>>
>> You should make it a generic get_info request, and return the time in
>> standard server format.
>
> Maybe I'm missing something here, does this already exist somewhere in
> the server and I'm just not seeing it?  How I originally proposed to
> do this was by adding a request for retrieving generic socket
> properties, but from your reply to that attempt it sounded like you
> wanted me to make a connect-specific request.

You had arbitrary properties stored from the client side, that's not
what we want. What we want is server-side socket information with known
semantics.  However, there may be more than the connect time that we
want to know, so a more general request is better. There are plenty of
get_*_info requests already for other types of objects.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list