> 21.06.2013 10:23, Vlad Khorsun wrote:
>>      On client side only
> 
>   I don't see it in inet.cpp:aux_connect(). Is it somewhere else?

    Its there. Near line 1540 (B2_5_Release):

address.sin_family = AF_INET;
address.sin_port = ((struct sockaddr_in 
*)(response->p_resp_data.cstr_address))->sin_port;
int optval = 1;
setsockopt(n, SOL_SOCKET, SO_KEEPALIVE, (SCHAR*) &optval, sizeof(optval));
status = connect(n, (struct sockaddr *) &address, sizeof(address));


Regards,
Vlad

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to