NSStream Operation Timed out issue
NSStream Operation Timed out issue
- Subject: NSStream Operation Timed out issue
- From: Ramesh P <email@hidden>
- Date: Mon, 23 Nov 2009 00:02:10 -0800 (PST)
Hi all,
I have an cocoa application which used to transfer files to server
using the NSStream SSL Socket connection.
For every successful file transaction server will send a response to
my application. This is working fine for small files. But when i
transfer big files my application throwing an error after 75 seconds
and the socket connection also closed.
The error is
Domain=NSPOSIXErrorDomain Code=60 "Operation could not be completed.
Operation timed out"
This is exactly happens after 75 seconds from the file transfer
starting time. There is no error If the file transfer takes less than
75 seconds.
How can i fix this time issue? Is there any option to set the time in
NSSTream?
Thanks in Advance.
Ramesh.P
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden