Concurrent internet connections

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a limit of the number of concurrent connections that a smartphone or
pocket pc may have active and open at any given time?

When i attempt to have multiple active connections (under seperate
instances) i get a crash both on the smartphone and pocket pc.

thanks,
allen
 
Probably not a limit - unless you count 65535 as a limit (# of ports
available.)

One thing that you need to make sure of is that you are binding to a
different local port with each instance/connection. If you try to bind to a
port that is already being used it will give you an error.
 
Back
Top