EasyTCPSocket

Forgive my ignorance; however, kind of new to the whole socket world. If I plan to have multiple connections at once to a server using a TCPSocket, does each individual connection have to be on a separate port? If not, how would I bind multiple instances of the socket control to one port and have them each listen? I’m confused, and any help on the matter would be appreciated.

Nevermind… kind of jumped the gun here. My apologizes. Didn’t realize there were socket sample projects, and found exactly what I was looking for in there using the ServerSocket.