I am trying to create three different socket connections from my Tab to three different devices using WIFI. I have used three threads which takes care of creating three socket connections with the three devices. The three devices are Servers and my tab device is client. Problem is that my tab device is able to connect to only one server. To be precise it is one specific IP address to which the tab device is able to connect to. The other connection fails. All three uses same port number. Any clue what could be the reason?

link|improve this question
Can you ping the other servers from your Android device? – Jeff Apr 1 '11 at 5:51
All three connections use the same port number? Only one connection can use an a port on the phone you can't share the same port, unless you mean the same port number on the other devices then that is fine. Show some code how you make the connection. – JPM Jun 20 '11 at 21:21
feedback

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

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.