networking - In iOS, how can we increase HTTP connection limit per host? -


using xcode networking tool, analyzed able establish 4 tcp connections per host @ time. seems ios has default tcp connection limit of 4 per host.

how can increase limit?

edit : stated op has changed in ios 8: see apple's documentation.

original post :

this limit in ios cannot change it.

see : on ios url connection parallelism , thread pools


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -