I am creating a program that will connect two users computers together and, at the moment, allows them to send messages between each other. I'm currently using TCP and port 8008. This works fine for people who have port 8008 open on their firewalls, but I have some friends who cannot do that. Is there a way to get this to work without needing a port opened? Is there a port always open (I thougt port 80 maybe) or can it be done using a different method (like UDP but that surely has same problem).
Thanks
Matt
Thanks
Matt