Handling Connection Timeouts with NSStream

2010-09-10 Thread Carter R. Harrison
Hey Folks, I'm working on a app that establishes a network connection using NSStream. I found though that the code does not behave very well when it is trying to connect to an unreachable IP address or an IP address that just isn't accepting connections on the port I have specified. The code

Re: Handling Connection Timeouts with NSStream

2010-09-10 Thread Ken Thomases
On Sep 10, 2010, at 12:52 PM, Carter R. Harrison wrote: I'm working on a app that establishes a network connection using NSStream. I found though that the code does not behave very well when it is trying to connect to an unreachable IP address or an IP address that just isn't accepting