Subject | Re: [firebird-support] Re: Connection to server takes 2 minutes |
---|---|
Author | Helen Borrie |
Post date | 2003-09-03T15:23:55Z |
At 03:05 PM 3/09/2003 +0000, Peter Jacobi wrote:
using Fb 1.0.
heLen
>Whereas I agree on NetBUI advice etc, the above isn't quiteIf you look at the original message, you'll see he isn't using Fb 1.5, he's
>true - it is possible and much saner to look firs for
>a dottet decimal:
>
> host.s_addr = inet_addr (servername);
> if (host.s_addr == INADDR_NONE) {
> // Wasn't an IP address string, assume it is a name
> hostent *hostentry = gethostbyname (servername);
using Fb 1.0.
heLen