09-25-2012, 03:13 AM
I recently wrote a TCP/IP server into a .net 4 program I'm developing, and thought I would test the tablet with it. I've written a little Android app that connects to the port and sends it messages. That's working fine, so I suspect the problem is somewhere in the UDP connection.
CurrPorts shows the listener socket my program is creating as 0.0.0.0:9001, so the IP address is a red herring. When I connect with the tablet it shows another socket with the machine's real IP address.
CurrPorts shows the listener socket my program is creating as 0.0.0.0:9001, so the IP address is a red herring. When I connect with the tablet it shows another socket with the machine's real IP address.