Can I only connect as one client with a winsock?
winsock.Connect -
will get me connected to the server, but if I want to connect to the server twice at the same time with the same sock, how can I do that?
Or do I have to create another sock?