Disiance
Sep 19th, 2005, 03:30 PM
I'm trying to set up a system that requires multiple connections. I know it is possible to setup a Winsock, have it listen, and once it is connected tell another one to listen on the same port, and repeat using an array. I tried to set this up yesterday but I failed miserably because I didn't have any flowchart or anything planned, so now before I make one I'm wondering if there is a better way or if anyone has any code to do this already.