It is possible that it take some time for DNS to propagate.
OLD: www.elists.org -> 63.149.28.34
NEW: www.elists.org -> 64.34.172.189
--
[EMAIL PROTECTED]
http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinf
Wilfried Mestdagh wrote:
> Hello Arno,
>
>> As I understand the OP he wants to do a reverse DNS lookup.
>> As far as I know this is possible with TDnsQuery only.
>
> There is also a ReverseDNSLookup method. It will call also
> OnDNSLookupDone when it is done.
Indeed, good to know :)
Arno Garrel
Hello Arno,
> As I understand the OP he wants to do a reverse DNS lookup.
> As far as I know this is possible with TDnsQuery only.
There is also a ReverseDNSLookup method. It will call also
OnDNSLookupDone when it is done.
---
Rgds, Wilfried
http://www.mestdagh.biz
--
To unsubscribe or change
Wilfried Mestdagh wrote:
> Hello,
>
>> the ip, if it is ip it should give me host, but it does not, it works
>> only with hosts
>
> Not exacly. If you call it with IP then DNSLookupDone is just called
> immediatly with the IP address. Only if you pass it a hostname then a
> DNS lookup is done in
Hello,
> the ip, if it is ip it should give me host, but it does not, it works
> only with hosts
Not exacly. If you call it with IP then DNSLookupDone is just called
immediatly with the IP address. Only if you pass it a hostname then a
DNS lookup is done in background and OnDNSLookupDone is calle
Hello Menno,
> As for the Telnet experiment: the controller that is on
> the other end of the line only supports TCP/IP; it's not a PC or
I meant not to communicate with the other end, just to see if connection
can be etablished from that machine to the device.
> back to 8. The only error that
Hello Wesley,
> will the OnBgException catch the error and allow me to properly deal
OnBGException means On Background Exception. It is exception coming from
the middle of nowhere, that is: the message pump. Normally I have there
an event handler to close the socket. In OnSessionClosed I reopen w