From: James W Sager Iii Newsgroups: comp.os.msdos.djgpp Subject: Winsock Date: Wed, 4 Mar 1998 22:06:54 -0500 Organization: Junior, MCS Undeclared, Carnegie Mellon, Pittsburgh, PA Lines: 31 Message-ID: NNTP-Posting-Host: andrew.cmu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I know I ask this question all the time here, but I still need help. I'm asking a bunch in this post, so if you can help me, I'll put your name and web address in the credits(if you want). What I need: A web adress for a library to access winsockets. Information on how to set up the library for an Rhide+Allegro platform. Server Code: Accepts new connections. Communication with an individual connection. Communication with ALL connections(If there is a special way of doing this that doesn't involve a for loop through all the individual connections) Log off connections-Don't worry about having connections 1,2,3,4 and guy n0 3 droping off, then when you accept a new guy, having to be in position 3... I have a buffer program made that deals with stuff like this. Just show me how to delete a connection is all in the simplist way you can. Client Code: Ability to log onto above server. Ability to communicate with above server. Ability to log off server. I will be incredibly in your debt if you give me this stuff. You can make the assumption that there will be no more than 400 active connections running at one time if you'd like. This is for an online computer game I have been developing for the last five years which should be done this summer! :)