Re : Validation of IP Address
Re : Validation of IP Address
- Subject: Re : Validation of IP Address
- From: Quinn <email@hidden>
- Date: Tue, 22 Apr 2003 09:27:50 +0100
At 10:56 +0530 22/4/03, Mahesh Vyas wrote:
Client connects to this server with the same IPAddress , But if Client by
mistake enters some IP Address (which is available) but no sever application
is runnning at IPAddress running at specified port, The Client takes more
time to find out. Appr 3-5 mts are taken
I would like to reduce this time
Instead of opening the connection though open transport is there any API
which validates this
There's no way to determine whether a server is listening at a
particular IP address without actually trying to connect to it. In
general I recommend that you provide a user interface to allow the
user to click "Cancel" if they're bored with waiting.
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.