• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSStream Operation Timed out issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSStream Operation Timed out issue (From: Ramesh P <email@hidden>)

  • Prev by Date: Re: Help needed in Writing network usage monitor application
  • Next by Date: Re: Launchd agent not able to get updated udp socket
  • Previous by thread: NSStream Operation Timed out issue
  • Next by thread: Re: NSStream Operation Timed out issue
  • Index(es):
    • Date
    • Thread