Subject remote/inet.cpp bug: savetime not assigned back
Author alcaielli
In packet_receive() at line 3602 there is savetime = timeout;
then local struct savetime is not assigned back to timeout,
instead further on in line 3656 there is another savetime = timeout;
It seems to me that the later assigment should be reversed.
I refer to Firebird-1.5.0.4290 sources.
Should this be submitted as a buf fix request?

BTW a question not related to this object:
Is Linux client side of FB using the functions in inet.cpp
to communicate with a remote server?
I've tried to follow the call tree until low level TCPIP
send()/recv() but I'm confused by so many sw layers.
If I has to set a breakpoint in libfbclient, where
is the entry point routine for isc_start_multiple?
In inet.cpp, jrd.cpp or whatever?

Ciao
Alberto Caielli