I'm trying to set it up so that when a client connects to a server, the client uses a specified port. Right now the client uses a random port. It looked like binding would work, but it didn't change anything it still used a random port. Is there a way to force the client to use a specific port? I'm using Windows 10, Visual Studio 2013, and Qt 5.4.1 64-bit. If you need something like a sample of the code, let me know. It's kind of a pain. My work computer doesn't have internet, so I have to burn it to a CD, carry it over, and transfer to the computer that has internet. But if it will help, I'm willing to do it.