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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
