Re: NSStream Operation Timed out issue
Re: NSStream Operation Timed out issue
- Subject: Re: NSStream Operation Timed out issue
- From: Quinn <email@hidden>
- Date: Thu, 19 Nov 2009 09:18:21 +0000
At 12:59 +0530 19/11/09, Ramesh P wrote:
How can i fix this time issue? Is there any option to set the time
in NSStream?
It's unlikely that this is caused by a time out per se. If data was
being transferred successfully, there would be no timeout. It seems
more likely that something has gone wrong with the transfer, at which
point things eventually time out.
Two suggestions:
A. Just for debugging purposes, disable SSL. That will a) eliminate
it from the eqation, and b) make the next step easier.
B. Take a packet trace and see where the transfer has stalled. From
the packet trace you should be able to see if the transfer has
stalled at the receive side (the TCP window has closed) or the send
side (the TCP window is open but the sender is still not sender), or
if something else has gone wrong.
<http://developer.apple.com/mac/library/qa/qa2001/qa1176.html>
S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden