If I was to make a server application (LAN), and I want to use winsock, how do I accept more than one connection?

Do I have to Load a new winsock component for each connection, like have one winsock to start with, then if one connects, another one is loaded etc.

But won't this create a conflict if they all listen to the same port?

Any solution is a good solution

D