Hi, I was wondering if you have one TCP port can you have multiple clients connect to that port or do I have to use UDP in order to do that?
The way it works is that you have one tcp port open with your server listening on it. When a connection is made, the server will accept the connection, which will spawn a new socket. Thus the server is basically just for listening for connections, it's not used for the connection as such.
Fake
Fake