Is the listen() function usually blocking?
And if I choose to unblock it, and do a WSAAsyncSelect on the used socket, how can I later continue the accept process?



Or even shorter and simpler:
How can I easily listen for a client, and connect to it, unblocking?

(Im expecting just a quick and little example)