PDA

Click to See Complete Forum and Search --> : Multiple Winsocks on same port


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.

fgp123
Sep 20th, 2005, 04:51 AM
Go here and downlaod the attachment, its a got a program that dose all that so you can see how it works

http://winsockvb.com/article.php?article_id=19&page=4

Disiance
Sep 21st, 2005, 02:46 PM
Thank you very much.