I still need an understanding of these things, anyway, does NSStream or NSURLConnection support multiple open TCP, say for example,
www.xyz.com port:4040
www.xyz.com port:5050
www.xyz.com port:5150
This is a only one host.
Which of the two can support the task of simultaneously opening a TCP port and keeping it open for a stated period of time, on the event none does, is there any existing iOS class/method that I can use to achieve this behavior.
My end goal is to create multiple TCP connections at a given time.
Please help