Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'd like to know if anyone of you guys did a download speed throttling with the use of AFNetworking framework. My app uses AFN to download large files and I'd like to introduce a speed limit feature as well.

My best guess it to sleep the operation inside AFURLConnectionOperation method connection:(NSURLConnection *) connection didReceiveData:(NSData *)data? If this is the right approach, how to best implement it to avoid any timeouts etc. Any thoughts?

Thanks!

share|improve this question
Any idea about the problem? – Fallen Nov 19 '12 at 21:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.