Hello everyone, I'm a fairly new programmer-in-training.
I'm writing the code for a Client/Server application. I'm trying to research how to get a Firewall to recognize an inbound packet from the client application. I'm using C++ (yes I know, there's newer languages, but speed is important). If anyone can point me to a tutorial, or is willing to show me an example, I would appreciate it. I've already tried setting the Firewall settings to recognize the Client Program. But that still didn't allow the packets through. So, I deduced that I've got to get the Firewall to be able to recognize the packets themselves. Am I on the right path here? Best regards, Michael
