I\'m using the new NSURLSession API and allowing the user to download files. I\'d like to try and tell my NSURLSession how many simultaneous downloads to run, but I don\'t see a
You can set it in the NSURLSessionConfiguration object with the HTTPMaximumConnectionsPerHost property.
NSURLSessionConfiguration
HTTPMaximumConnectionsPerHost