Windows 7 Is Win7 blocking UDP traffic on 127.0.0.1?

mariovde

New Member
Hi,

We are building an 2 application that connect to 127.0.0.1:30303.
They are used to send data from app A to app B, acting as a local p2p connection.

On windows XP, everything runs as it should. On windows 7 it doesn't work anymore.
We've tried turning off the firewalls, opening ports etc but we cannot get this connection to work on Windows 7.

Anyone got an idea of what changed in Windows 7 regarding tcp/udp or socket changes?

Thanks guys!

Mario
 
The port 30303 is known to be associated with a trojan. Have you tried a different port number?
 
Try using the default ftp ports 21 on the server and 20 on the client. I assume you've confirmed connectivity with a ping test on localhost?
 
Yes, that test is running fine.
The ports need to be above 1024 for this app...Both of them are writting in Actionscript and build as an AIR application
Strange stuff. Nothing extra needed to be done on XP. Strange we need to do this on Win7.
 
Back
Top